summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Delete temporary output files when an error occurs during PCH reading.Benjamin Kramer2012-10-141-0/+1
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-091-1/+3
* Make sure to call EndSourceFile even if we can't continue compiling.Jordan Rose2012-08-101-1/+5
* [libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis2012-06-081-2/+4
* Fix indenting.David Blaikie2012-05-291-25/+25
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-1/+2
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-0/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-4/+4
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-1/+4
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-261-0/+11
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-20/+18
* When loading an AST file, set SourceManager::MainFileID to the main file of t...Argyrios Kyrtzidis2012-01-051-10/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth2011-12-091-1/+1
* Make -error-on-deserialized-decl work correctly by correctly delegating toArgyrios Kyrtzidis2011-10-281-10/+42
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Eliminate the list of modules from the preprocessor options. This wasDouglas Gregor2011-09-151-24/+0
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-3/+3
* Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner2011-08-051-1/+26
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-6/+6
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-3/+2
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-0/+8
OpenPOWER on IntegriCloud