llvm-project/clang/lib/ASTMatchers
Manuel Klimek 7e3d9698fd Fix use of invalidated iterator bug in AST match finder.
Pulled out the cache clearing in the case of descendant matching, too,
for consistency, also it is not technically needed there.

FIXME: Make cache size configurable and add unit test.
llvm-svn: 185820
2013-07-08 14:16:30 +00:00
..
Dynamic Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
ASTMatchFinder.cpp Fix use of invalidated iterator bug in AST match finder. 2013-07-08 14:16:30 +00:00
ASTMatchersInternal.cpp Completely revamp node binding for AST matchers. 2013-06-19 15:42:45 +00:00
CMakeLists.txt First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00