summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseAST.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Build up statistics about the work done for analysis based warnings.Chandler Carruth2011-07-061-1/+6
* Start switching the AST stats printing to use llvm::errs() instead ofChandler Carruth2011-07-041-1/+1
* Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const...Ted Kremenek2011-03-221-4/+10
* Construct 'Sema' object on the stack, so that crash recovery can recovery it'...Ted Kremenek2011-03-181-3/+7
* Use CrashRecoveryContextCleanup objects to release resources associated with ...Ted Kremenek2011-03-181-0/+7
* The internal -fdump-record-layouts flag already dumps the layout when it was ...Douglas Gregor2011-02-171-24/+0
* Remove Sema.h's dependency on DeclCXX.h.John McCall2010-08-251-0/+1
* Push DeclGroupRefs and TemplateNames in an opaque but type-safe wayJohn McCall2010-08-231-2/+2
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-0/+113
OpenPOWER on IntegriCloud