llvm-project/clang/unittests/ASTMatchers
Manuel Klimek bee085762b Implements equalsNode for Decl and Stmt.
This is a powerful tool when doing iterative refined matches,
where another match is started inside the match callback of the first
one; this allows for example to find out whether the node was in
the condition or body of its parent if-statement.

llvm-svn: 174605
2013-02-07 12:42:10 +00:00
..
ASTMatchersTest.cpp Implements equalsNode for Decl and Stmt. 2013-02-07 12:42:10 +00:00
ASTMatchersTest.h Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
CMakeLists.txt fix the unit tests too. 2013-01-19 18:30:39 +00:00
Makefile fix the unit tests too. 2013-01-19 18:30:39 +00:00