Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | |
mark any declarations we see inside of that type as "referenced". Fixes PR7079. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103323 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-05-07 | Introduce a recursive AST visitor that makes it trivial to recursively | Douglas Gregor | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103308 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-05-07 | Add missing #include | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103260 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-05-07 | Add a stub frontend action for BoostCon, for next week's workshop. | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103258 91177308-0d34-0410-b5e6-96231b3b80d8 |