llvm-project/clang/unittests
Manuel Klimek abf4371339 Implements the convenience matcher findAll.
We found that findAll has been implemented incorrectly multiple times
by various people using the matchers. To prevent further wasted
development effort, it makes sense to add it as convenience matcher
implemented as eachOf(m, forEachDescendant(m)).

This patch also updates the docs with the new matchers.

llvm-svn: 174320
2013-02-04 10:59:20 +00:00
..
AST Move commonly useful code for AST testing into MatchVerfier.h. 2013-01-31 13:10:40 +00:00
ASTMatchers Implements the convenience matcher findAll. 2013-02-04 10:59:20 +00:00
Basic For ModuleLoader::makeModuleVisible() also pass the source location where the 2013-02-01 16:36:12 +00:00
Format Improve handling of trailing block comments 2013-02-04 08:34:57 +00:00
Frontend Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
Lex For ModuleLoader::makeModuleVisible() also pass the source location where the 2013-02-01 16:36:12 +00:00
Tooling Fix a typo in the name of a tooling unit test 2013-01-28 04:37:38 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00