aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseAST.cpp
AgeCommit message (Expand)Author
2013-03-25Try harder to be signal-safe inside our signal handler. The most prominent be...Nick Lewycky
2012-12-21Fix indent.Chad Rosier
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-27Move PrettyStackTraceParserEntry to ParseAST.cppNico Weber
2012-11-05Have the parser initialize Sema before it consumes the firstDouglas Gregor
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2012-06-19Revert predefined decl tracking.Meador Inge
2012-06-06Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen
2012-03-05AST/stats: Don't effectively use an out-of-line function to return a staticDaniel Dunbar
2012-02-07Make parsing of objc @implementations more robust.Argyrios Kyrtzidis
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-06Build up statistics about the work done for analysis based warnings.Chandler Carruth
2011-07-04Start switching the AST stats printing to use llvm::errs() instead ofChandler Carruth
2011-03-22Migrate 'PrettySTackTraceParserEntry' object out of Parser, and have it const...Ted Kremenek
2011-03-18Construct 'Sema' object on the stack, so that crash recovery can recovery it'...Ted Kremenek
2011-03-18Use CrashRecoveryContextCleanup objects to release resources associated with ...Ted Kremenek
2011-02-17The internal -fdump-record-layouts flag already dumps the layout when it was ...Douglas Gregor
2010-08-25Remove Sema.h's dependency on DeclCXX.h.John McCall
2010-08-23Push DeclGroupRefs and TemplateNames in an opaque but type-safe wayJohn McCall
2010-08-20Another step in the process of making the parser depend on Sema:John McCall