]> granicus.if.org Git - clang/commit
Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call
authorJames Dennett <jdennett@google.com>
Sun, 30 Jun 2013 03:13:35 +0000 (03:13 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 30 Jun 2013 03:13:35 +0000 (03:13 +0000)
commit89faf86c6e23ed62519dfe369f8ea408df1cb02e
tree7ed77a2d23298e12a37130f17b5b094776e4f9bd
parent17aa33f34e15ed6317590cfbd3bd31bb634ba4f3
Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call
WalkUpFromLambdaExpr, so that the Visit* functions are called
on that AST node.

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