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
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-02-23
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-21
Use color for -ast-dump-filter only when it is supported
Dmitri Gribenko
2012-10-31
Fix for -ast-dump-filter
Alexander Kornienko
2012-08-17
Fixed crash and added a test and a minor output problem
Alexander Kornienko
2012-08-15
Fix base type of ASTDeclNodeLister.
Michael Han
2012-07-31
Added -ast-list option to dump filterable AST decl node names.
Alexander Kornienko
2012-07-26
Added -ast-dump-filter option to clang -cc1.
Alexander Kornienko
2011-11-18
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-10-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-07
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-09-27
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-07-28
Add template instantiations to the output of -ast-dump.
Richard Trieu
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-03-07
Remove the AST printer (-ast-print-xml), which is too incomplete and
Douglas Gregor
2011-02-18
handle labeldecls.
Chris Lattner
2011-02-17
Eliminate the internal command-line option for viewing inheritance in C++ cla...
Douglas Gregor
2010-12-21
Add IndirectField case in DeclContextPrinter::PrintDeclContext.
Francois Pichet
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
John McCall
2010-08-03
Send AST dumping/printing to stdout instead of stderr.
Argyrios Kyrtzidis
2010-07-07
Simplify code. FunctionDecl and ObjCMethodDecl have some common interfaces.
Argyrios Kyrtzidis
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
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
[next]