llvm-project/clang/lib/ASTMatchers
Daniel Jasper a05bb6bd70 Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifierLocs.
The RecursiveASTVisitor assumes that any given Traverse-method can be called with a NULL-node. So the subclass needs to handle these appropriately.

llvm-svn: 167850
2012-11-13 17:14:11 +00:00
..
ASTMatchFinder.cpp Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifierLocs. 2012-11-13 17:14:11 +00:00
ASTMatchersInternal.cpp Fix binding of nodes in case of forEach..() matchers. 2012-11-11 22:14:55 +00:00
CMakeLists.txt Move RefactoringCallbacks to Tooling to avoid dependency from 2012-07-17 08:03:01 +00:00
Makefile