summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable death tests on platforms which don't support them.Benjamin Kramer2012-07-101-0/+2
| | | | llvm-svn: 160000
* Fixes the MSVC build.Manuel Klimek2012-07-101-0/+8
| | | | llvm-svn: 159992
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-061-0/+1979
matches on interesting parts of the AST, and callback mechanisms to act on them. llvm-svn: 159805
OpenPOWER on IntegriCloud