| commit | c65667c8ba1d9ea5259bc0d2969aff03c5b4bec3 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Thu Jun 10 10:31:57 2010 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Thu Jun 10 10:31:57 2010 +0000 |
| tree | d21fd5e0255989115880a5f8ef30d76c1155bef2 | |
| parent | b3b905370841ea289596e880c38b4ee360192ba0 [diff] |
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. llvm-svn: 105787