summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add dumping support for DeclContext's StoredDeclsMap.Richard Smith2013-06-221-0/+59
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+10
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-231-3/+14
* In -ast-dump, only dump comments when dumping the actual Decl to which theyRichard Smith2013-05-211-4/+5
* AST dumping: if a declaration has an uncomputed or uninstantiated exception s...Richard Smith2013-05-171-0/+13
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-141-3/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-2/+5
* Add 178663 back.Rafael Espindola2013-04-031-2/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-2/+2
* AST dumping: dump template instantiations only onceDmitri Gribenko2013-02-211-2/+8
* Remove const_casts by making spec_begin()/spec_end() constDmitri Gribenko2013-02-141-7/+5
* AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith2013-02-071-1/+27
* Use const visitors in ASTDumper.Alexander Kornienko2013-02-011-225/+242
* Fix -Wcovered-switch-default and -Wunused-private-field warnings.Richard Smith2013-01-311-19/+17
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-44/+280
* Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu2013-01-261-36/+156
* Resolved merge error with r172323 (llvm::X -> X)Alexander Kornienko2013-01-151-1/+1
* Dump comments in -ast-dump.Alexander Kornienko2013-01-141-8/+196
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-0/+28
* Minor coding style issue: NULL -> 0Alexander Kornienko2012-12-201-1/+1
* ASTDumper coding style fixes.Alexander Kornienko2012-12-201-17/+16
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-137/+761
* Rename StmtDumper to ASTDumper.Alexander Kornienko2012-12-131-0/+756
OpenPOWER on IntegriCloud