]> granicus.if.org Git - clang/commit
Do not use data recursion in ASTMatchFinder.
authorDaniel Jasper <djasper@google.com>
Thu, 15 Nov 2012 03:29:05 +0000 (03:29 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 15 Nov 2012 03:29:05 +0000 (03:29 +0000)
commit278057fd9f44684af832695cb01676c02a257b14
tree823175118395643d3a208189604b7a29f989dac9
parent5d23eeaaad325c5310591b0b8ae69298fecd21a0
Do not use data recursion in ASTMatchFinder.

The matchers rely on the complete AST being traversed as shown by the new test cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168022 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ASTMatchers/ASTMatchFinder.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp