]> granicus.if.org Git - clang/commit
For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 30 Apr 2012 22:12:26 +0000 (22:12 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 30 Apr 2012 22:12:26 +0000 (22:12 +0000)
commit0e22a9fd3a892985cd6277c174fd2157354476db
treec29fef62ddaf1e00cb0a02605642996c82d2f1aa
parent4548ca2912e5f2b78a20e50c58d8a1a9c5e9e67c
For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr.

rdar://11289247

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155849 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h
test/Index/index-many-call-ops.cpp [new file with mode: 0644]