| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 72848
|
|
|
|
| |
llvm-svn: 72660
|
|
|
|
| |
llvm-svn: 72617
|
|
|
|
| |
llvm-svn: 72616
|
|
|
|
|
|
| |
declaration in -ast-print mode.
llvm-svn: 72615
|
|
|
|
|
|
|
|
|
| |
using namespace std::debug;
Extended UsingDirectiveDecl to store the nested-name-specifier that
precedes the nominated namespace.
llvm-svn: 72614
|
|
|
|
|
|
| |
declaration.
llvm-svn: 72613
|
|
|
|
|
|
| |
transitioning callers over to pass one in.
llvm-svn: 72609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make StmtPrinter use DeclPrinter to print all declarations. Merge
declarations in the limited case of an unnamed TagDecl followed by one
or more declarations using that TagDecl directly. Change
SuppressTypeSpecifiers to the more general SuppressSpecifiers, and
use it to suppress stuff like "typedef" and "extern". Replace
OwnedTag with SuppressTag, since it's more convenient to print
declarations from DeclPrinter at the moment.
improvements to declaration printing. Fix pretty-printing for K&R
function definitions and __builtin_va_arg.
We're now to the point where the pretty-printing output for non-trivial
programs can actually be piped back into clang.
llvm-svn: 72608
|
|
|
|
| |
llvm-svn: 72602
|
|
walks through DeclContexts properly, and prints more of the
information available in the AST. The functionality is still available
via -ast-print, -ast-dump, etc., and also via the new member functions
Decl::dump() and Decl::print().
llvm-svn: 72597
|