Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-30 | AST printing for C++ base classes | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72617 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-05-30 | Pretty printing and improved representation for namespace alias declarations | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72616 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-05-30 | Printing for using directives, e.g., | Douglas Gregor | |
using namespace std::debug; Extended UsingDirectiveDecl to store the nested-name-specifier that precedes the nominated namespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72614 91177308-0d34-0410-b5e6-96231b3b80d8 |