summaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on invalid if we can't find a suitable PCH file in a specifiedRichard Smith2015-09-041-1/+1
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-3/+3
* [modules] Stop dropping 'module.timestamp' files into the current directoryRichard Smith2015-08-151-3/+5
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-1/+1
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-3/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-8/+8
* Reapply "Frontend: Stop leaking when not -disable-free"Duncan P. N. Exon Smith2015-05-041-14/+13
* Revert "Frontend: Stop leaking when not -disable-free"Duncan P. N. Exon Smith2015-05-041-13/+6
* Frontend: Stop leaking when not -disable-freeDuncan P. N. Exon Smith2015-05-041-6/+13
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-041-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-191-1/+3
* PR22299: Relocate code for handling -fmodule-map-file= so that we don't try toRichard Smith2015-01-231-0/+9
* [modules] Load .pcm files specified by -fmodule-file lazily.Richard Smith2014-10-271-9/+3
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+12
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-271-4/+10
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-18/+20
* std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie2014-08-101-2/+2
* unique_ptr-ify FrontendAction::takeCurrentASTUnitDavid Blaikie2014-08-101-6/+7
* Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer2014-08-071-4/+4
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-20/+18
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-18/+20
* Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi2014-07-111-0/+2
* Move ChainedIncludesSource into the implementationAlp Toker2014-07-071-5/+3
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-14/+14
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-1/+14
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-081-17/+31
* Revert the "don't leak" part of r207065, looks like the bots don't like it :-/Nico Weber2014-04-241-1/+2
* Don't leak objects in load-from-ast path unless DisableFree is set.Nico Weber2014-04-241-5/+5
* Bury leaked sema pointer when reading from AST files.Nico Weber2014-04-241-2/+2
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-151-24/+7
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-7/+9
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-10/+10
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+4
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+2
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-071-1/+1
* [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis2014-02-271-5/+4
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-0/+26
* Recommit virtual file systemBen Langmuir2014-02-201-1/+0
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-2/+1
* Initial implementation of virtual file systemBen Langmuir2014-02-191-1/+2
* Stat system dependencies when using -verify-pchBen Langmuir2014-02-071-1/+0
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-2/+3
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+1
* Avoid crashing if a directory has no pch files.Rafael Espindola2013-07-281-0/+2