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