summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersTest.h
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-5/+7
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-7/+5
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-5/+7
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* ASTMatchersTests/matchesConditionallyWithCuda: Add -fno-ms-extensions, and ge...NAKAMURA Takumi2014-08-051-1/+4
* Adds AST matchers for matching CUDA declarations.Manuel Klimek2014-08-051-0/+66
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-3/+3
* Fix 3 test-only leaks found by LSan.Nico Weber2014-04-241-4/+6
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+6
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Introduce MatchFinder::matchAST.Peter Collingbourne2013-11-071-0/+17
* Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne2013-11-071-1/+15
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-35/+0
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+35
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Fix binding of nodes in case of forEach..() matchers.Daniel Jasper2012-11-111-1/+1
* Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper2012-10-291-4/+2
* Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek2012-10-241-2/+5
* Add matchers for selected C++11 features.Daniel Jasper2012-10-011-4/+5
* Reland r160052: Default to -std=c++11 on Windows.Nico Weber2012-08-301-3/+7
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+128
OpenPOWER on IntegriCloud