aboutsummaryrefslogtreecommitdiff
path: root/unittests/AST/MatchVerifier.h
AgeCommit message (Expand)Author
2019-05-09[c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith
2019-05-06Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg
2019-05-04[clang] adding explicit(bool) from c++2aNicolas Lesser
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-24[ASTImporter] Add unit tests for structural equivalenceGabor Marton
2016-03-09Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-08-08Add missing header guards.Benjamin Kramer
2014-07-31Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles
2013-11-06Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne
2013-07-08Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella
2013-07-07Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella
2013-02-28First step towards adding a parent map to the ASTContext.Manuel Klimek
2013-02-05PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith
2013-01-31Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek