Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | 2010-05-07 | 1 | -0/+6 |
| | | | | | | | mark any declarations we see inside of that type as "referenced". Fixes PR7079. llvm-svn: 103323 | ||||
* | Introduce a recursive AST visitor that makes it trivial to recursively | Douglas Gregor | 2010-05-07 | 1 | -1/+4 |
| | | | | | | | | 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 | ||||
* | Add missing #include | Douglas Gregor | 2010-05-07 | 1 | -0/+1 |
| | | | | llvm-svn: 103260 | ||||
* | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor | 2010-05-07 | 1 | -0/+29 |
llvm-svn: 103258 |