summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-111-3/+7
* [frontend] Make -chain-include work when used with modules.Argyrios Kyrtzidis2013-04-261-0/+2
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-271-2/+0
* [frontend] Initialize the diagnostic client before loading an ast file.Argyrios Kyrtzidis2013-03-181-0/+4
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-051-10/+2
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-251-4/+3
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-0/+11
* Documentation cleanup: fixing documentation for FrontendAction.James Dennett2013-01-231-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-9/+10
* Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis2012-11-091-4/+1
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-1/+0
* Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor2012-10-241-1/+2
* If the precompiled header named by "-include" is actually a directory,Douglas Gregor2012-10-231-2/+43
OpenPOWER on IntegriCloud