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)
commit0f9f019ff8fc6dcc7ae13328c60cc4164ae13782
tree0a41e371f135321f37f929515df8d6506bfc38f2
parent449eb3f3be77cc127617eaef3087e04a4307e203
Do not use data recursion in ASTMatchFinder.

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

llvm-svn: 168022
clang/lib/ASTMatchers/ASTMatchFinder.cpp
clang/unittests/ASTMatchers/ASTMatchersTest.cpp