It caused test/Index/index-many-call-ops.cpp to fail in stage2 c-index-test on selfhosting i686-cygwin and x86_64-linux since r156229 (Reverting making RecursiveASTVisitor data recursive).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156253
91177308-0d34-0410-b5e6-
96231b3b80d8
return true;
}
- bool TraverseCXXOperatorCallExpr(CXXOperatorCallExpr *E) {
- if (E->getOperatorLoc().isInvalid())
- return true; // implicit.
- return base::TraverseCXXOperatorCallExpr(E);
- }
-
bool VisitDeclStmt(DeclStmt *S) {
if (IndexCtx.shouldIndexFunctionLocalSymbols())
IndexCtx.indexDeclGroupRef(S->getDeclGroup());