summaryrefslogtreecommitdiffstats
path: root/lib/Parse/ParseAST.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-17/+17
* Revert test commitKevin P. Neal2018-08-141-1/+0
* Test commitKevin P. Neal2018-08-141-0/+1
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-0/+6
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-0/+12
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-15/+7
* C++ Modules TS: support parsing the 'module' declaration (including extensionsRichard Smith2016-08-191-1/+1
* Prune four superfluous ExternalSemaSource.h includes and one forward declarat...Yaron Keren2016-05-131-1/+0
* Restore PrettyStackTrace state on crash.Nico Weber2015-08-071-0/+17
* Remove unneeded include of DeclCXX.h from libParse.Nico Weber2014-12-281-1/+0
* Rangify for loop, NFC.Yaron Keren2014-12-171-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+4
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* Try harder to be signal-safe inside our signal handler. The most prominent be...Nick Lewycky2013-03-251-4/+15
* Fix indent.Chad Rosier2012-12-211-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+5
* Move PrettyStackTraceParserEntry to ParseAST.cppNico Weber2012-11-271-3/+35
* Have the parser initialize Sema before it consumes the firstDouglas Gregor2012-11-051-1/+0
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Revert predefined decl tracking.Meador Inge2012-06-191-33/+11
* Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose2012-06-061-15/+39
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-6/+8
* AST/stats: Don't effectively use an out-of-line function to return a staticDaniel Dunbar2012-03-051-2/+2
* Make parsing of objc @implementations more robust.Argyrios Kyrtzidis2012-02-071-4/+0
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-2/+11
* 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