]> granicus.if.org Git - clang/commit
Make the RecursiveASTVisitor visit the body of a range-based for loop
authorDaniel Jasper <djasper@google.com>
Thu, 21 Jun 2012 08:50:04 +0000 (08:50 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 21 Jun 2012 08:50:04 +0000 (08:50 +0000)
commit1071ba9c324d831b437870a1fe63bf2ecdc4e9e4
tree138736cad3312b2b5a9f642421c13611d0485f67
parent7f3260764a3614e22dcf24d71c1155f14a9b4e6e
Make the RecursiveASTVisitor visit the body of a range-based for loop
again. This was broken in r158395.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158907 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h
unittests/Tooling/RecursiveASTVisitorTest.cpp