]> granicus.if.org Git - clang/commit
Another chunk of the new RecursiveASTVisitor implementation: switch the return
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Jun 2010 10:31:57 +0000 (10:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Jun 2010 10:31:57 +0000 (10:31 +0000)
commite3e210c3aa3c1b289eee669a1d235fc16df384a0
tree6be1bac844ec7e6c94e86b11a7117ab8469785d4
parent022a8a59f6eaacbfe3d934ce940e16099e44eebd
Another chunk of the new RecursiveASTVisitor implementation: switch the return
value semantics such that we recurse while the visitors return true, and halt
as soon as one returns false. Patch by csilvers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105787 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h
lib/Frontend/BoostConAction.cpp
lib/Sema/SemaExpr.cpp