summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor2011-11-151-6/+5
* Split GenerateModuleAction into its own action, which will startDouglas Gregor2011-11-151-5/+6
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-151-3/+4
* I predict that HeaderSearch will need the ability to generateDouglas Gregor2011-11-111-1/+2
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-1/+1
* Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek2011-10-291-0/+27
* lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si...NAKAMURA Takumi2011-10-081-1/+1
* WhitespaceNAKAMURA Takumi2011-10-081-87/+87
* Seriously ugly hack, part 2Douglas Gregor2011-10-051-1/+7
* Seriously ugly hack to try to get the Windows builders back onlineDouglas Gregor2011-10-051-2/+15
* Introduce a simple file-based locking protocol for on-demand moduleDouglas Gregor2011-10-051-0/+259
* When build a module on demand, run the module-building job on aDouglas Gregor2011-10-041-3/+21
* Introduce an opt-in warning when a module is being implicitly builtDouglas Gregor2011-09-291-0/+2
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-13/+13
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-2/+2
* Rename ChainedDiagnosticClient to ChainedDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-3/+3
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-3/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-6/+7
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-5/+2
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-151-1/+4
* Comment what's going on when we compile a moduleDouglas Gregor2011-09-151-0/+8
* Detect cyclic module dependencies in a manner that is rather moreDouglas Gregor2011-09-151-0/+23
* When we load the first module, make sure that we wire up the ASTConsumer to t...Douglas Gregor2011-09-151-0/+2
* Make -E work with module importsDouglas Gregor2011-09-141-5/+11
* Assert that the module hash produced after stripping away non-modular options...Douglas Gregor2011-09-131-3/+2
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-12/+14
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-131-0/+3
* When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor2011-09-131-9/+20
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-2/+76
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-7/+1
* Always construct an ASTReader with a non-NULL ASTContext andDouglas Gregor2011-09-021-2/+2
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Allow the preprocessor to be constructed without performing target-Douglas Gregor2011-09-011-1/+1
* Switch the "no module found" default-fatal warning to a default-fatal error.Douglas Gregor2011-08-311-1/+1
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-32/+80
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-2/+2
* Cut down the number of open/close system calls for output files.Argyrios Kyrtzidis2011-07-281-15/+26
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-17/+17
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-221-1/+1
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-2/+3
* Cut down one open/close pair of system calls by using Path's makeUnique inste...Argyrios Kyrtzidis2011-07-211-1/+1
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-1/+2
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-141-1/+1
* avoid using config.h in public headersDylan Noblesmith2011-06-231-0/+1
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-161-29/+0
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+29
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-1/+2
* Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag log in append mode.Daniel Dunbar2011-04-071-1/+1
* Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support.Daniel Dunbar2011-04-071-5/+10
* Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS toDaniel Dunbar2011-04-071-0/+32
OpenPOWER on IntegriCloud