aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ASTDumper.cpp
AgeCommit message (Expand)Author
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-02-21AST dumping: dump template instantiations only onceDmitri Gribenko
2013-02-14Remove const_casts by making spec_begin()/spec_end() constDmitri Gribenko
2013-02-07AST dumping: indicate the previous declaration for a redeclaration, andRichard Smith
2013-02-01Use const visitors in ASTDumper.Alexander Kornienko
2013-01-31Fix -Wcovered-switch-default and -Wunused-private-field warnings.Richard Smith
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-26Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu
2013-01-15Resolved merge error with r172323 (llvm::X -> X)Alexander Kornienko
2013-01-14Dump comments in -ast-dump.Alexander Kornienko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-12-20Minor coding style issue: NULL -> 0Alexander Kornienko
2012-12-20ASTDumper coding style fixes.Alexander Kornienko
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-12-13Rename StmtDumper to ASTDumper.Alexander Kornienko