aboutsummaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers/ASTMatchersTest.h
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper
2012-10-29Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper
2012-10-24Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek
2012-10-01Add matchers for selected C++11 features.Daniel Jasper
2012-08-30Reland r160052: Default to -std=c++11 on Windows.Nico Weber
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek