summaryrefslogtreecommitdiff
path: root/clang/unittests/AST/MatchVerifier.h
Commit message (Expand)AuthorAgeFilesLines
* [ASTStructuralEquivalence] Add support for comparing ObjCCategoryDecl.Volodymyr Sapsai2022-04-221-0/+4
* [OpenCL] Add builtin declarations by default.Anastasia Stulova2021-02-221-0/+1
* [clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2020-07-031-1/+1
* Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci2020-07-021-1/+1
* [clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2020-07-021-1/+1
* Renamed Lang_C to Lang_C99, Lang_CXX to Lang_CXX03, and 2a to 20Dmitri Gribenko2020-06-021-9/+9
* Move unittest helpers to a shared locationDmitri Gribenko2020-05-291-1/+1
* Rename APIs in unittests/AST/Language.h in preparation to share themDmitri Gribenko2020-05-291-10/+10
* Remove clang::ast_type_traits namespace in favor of clangReid Kleckner2020-02-131-6/+6
* [ASTImporter] Support functions with placeholder return types ...Gabor Marton2019-12-121-0/+4
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+4
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-4/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTImporter] Add unit tests for structural equivalenceGabor Marton2018-05-241-9/+5
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-0/+19
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+7
* Add missing header guards.Benjamin Kramer2014-08-081-0/+5
* Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian2014-07-311-1/+12
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne2013-11-061-0/+68
* Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella2013-07-081-4/+15
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-071-1/+5
* First step towards adding a parent map to the ASTContext.Manuel Klimek2013-02-281-1/+1
* PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith2013-02-051-1/+3
* Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek2013-01-311-0/+194