| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
new design discussed on cfe-dev, with further steps in that direction to come.
It is already much more complete than the previous visitor.
Patch by Zhanyong and Craig with 80 column wraps and one missing declaration
added by me.
llvm-svn: 105709
|
|
|
|
|
|
|
| |
mark any declarations we see inside of that type as
"referenced". Fixes PR7079.
llvm-svn: 103323
|
|
|
|
|
|
|
|
| |
walk an entire AST, including all of the types, declarations,
statements, and expressions, and allowing one to easily override the
behavior of the walk at any particular node kind.
llvm-svn: 103308
|
|
|
|
| |
llvm-svn: 103260
|
|
llvm-svn: 103258
|