]> granicus.if.org Git - clang/commit
Unrevert r155951, reverted in r155962, with two changes:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 May 2012 00:30:48 +0000 (00:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 2 May 2012 00:30:48 +0000 (00:30 +0000)
commitc8c222830a1d8df8ed05bedfcac868fe6838fba8
tree42282a8273a4dbc2acc967cd1a5b1f814a1b6b5f
parente7958da55ec0ec66e56b6beed6c6ce24dbdc4075
Unrevert r155951, reverted in r155962, with two changes:
 * Work around build failures due to gcc 4.2 bugs.
 * Remove BodyIndexer::TraverseCXXOperatorCallExpr, which was not being called
   prior to this change, and whose presence disables a RecursiveASTVisitor
   stack space optimization after this change.

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