aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Parse/ParseAST.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-06Build up statistics about the work done for analysis based warnings.Chandler Carruth1-1/+6
2011-07-04Start switching the AST stats printing to use llvm::errs() instead ofChandler Carruth1-1/+1
2011-03-22Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const...Ted Kremenek1-4/+10
2011-03-18Construct 'Sema' object on the stack, so that crash recovery can recovery it'...Ted Kremenek1-3/+7
2011-03-18Use CrashRecoveryContextCleanup objects to release resources associated with ...Ted Kremenek1-0/+7
2011-02-17The internal -fdump-record-layouts flag already dumps the layout when it was ...Douglas Gregor1-24/+0
2010-08-25Remove Sema.h's dependency on DeclCXX.h.John McCall1-0/+1
2010-08-23Push DeclGroupRefs and TemplateNames in an opaque but type-safe wayJohn McCall1-2/+2
2010-08-20Another step in the process of making the parser depend on Sema:John McCall1-0/+113