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
/
Frontend
/
ASTConsumers.cpp
Age
Commit message (
Expand
)
Author
2010-04-08
Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...
Daniel Dunbar
2010-04-08
AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout.
Daniel Dunbar
2010-02-11
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-01-20
Add a missing case for DeclContext printer.
Zhongxing Xu
2010-01-03
Better coverage for -dump-record-layouts and -print-decl-contexts.
Eli Friedman
2009-12-08
Small compatibility fix for -print-decl-contexts.
Eli Friedman
2009-12-03
Kill a few more random stderr uses.
Daniel Dunbar
2009-10-25
Audit the code for places where it is assumed that every base specifier refer...
Sebastian Redl
2009-10-23
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-09-26
Don't try to dump invalid decls or forward decls.
Anders Carlsson
2009-09-25
Who would have thought that empty classes were so tricky? Handle cases where ...
Anders Carlsson
2009-09-24
Improve the record layout dumper.
Anders Carlsson
2009-09-24
Add a -dump-record-layouts argument to clang-cc.
Anders Carlsson
2009-09-12
Eliminate FunctionDecl::getBodyIfAvailable
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-24
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-23
Replace cerr with errs().
Benjamin Kramer
2009-06-30
remove dead code.
Zhongxing Xu
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the printing related methods of Decl.
Argyrios Kyrtzidis
2009-06-17
Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.
Argyrios Kyrtzidis
2009-05-30
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
Douglas Gregor
2009-05-29
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-21
AST XML dump, from Olaf Krzikalla!
Douglas Gregor
2009-05-18
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman