summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don'tDaniel Dunbar2011-03-211-1/+2
* Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek2011-03-211-22/+18
* Get rid of the static FileManager::FixupRelativePath.Anders Carlsson2011-03-141-1/+1
* Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson2011-03-061-9/+12
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-5/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+5
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-5/+0
* Improve our uniquing of file entries when files are re-saved or areDouglas Gregor2011-02-051-2/+5
* Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar2011-02-021-0/+6
* Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar2011-02-021-0/+4
* Frontend: Add an explicit RemoveFileOnSignal flag argument, to control theDaniel Dunbar2011-01-311-3/+6
* Replace all uses of PathV1::exists with PathV2::fs::exists.Michael J. Spencer2011-01-101-1/+3
* MemoryBuffer API update.Michael J. Spencer2010-12-161-4/+3
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-091-1/+4
* When loading a precompiled preamble, use the file ID of theDouglas Gregor2010-11-301-2/+5
* Merge System into Support.Michael J. Spencer2010-11-291-4/+4
* don't allow remapping PTH file paths with -fworking-directory, theChris Lattner2010-11-231-1/+1
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-16/+10
* give FileManager a 'FileSystemOptions' ivar, which will be usedChris Lattner2010-11-231-1/+1
* Remove the hack where, to get the return status, we had special case for Veri...Argyrios Kyrtzidis2010-11-181-9/+1
* Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis2010-11-181-3/+4
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-1/+2
* Improve ASTUnit's capture of diagnostics so that theDouglas Gregor2010-11-111-5/+9
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-11/+21
* Add support for code completion on stdin.Dan Gohman2010-10-261-1/+4
* Simplify this code: don't check for the same error twoDan Gohman2010-10-261-4/+6
* Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor2010-10-111-7/+1
* Eliminate -fdiagnostics-binary and all of the infrastructure forDouglas Gregor2010-10-111-33/+1
* Tighten up constness of argv parameters to allow for string literals as argum...Axel Naumann2010-10-111-3/+3
* Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl2010-10-051-3/+7
* Use a temporary file for output which gets renamed after all the writing is f...Argyrios Kyrtzidis2010-09-171-14/+52
* createMainFileID doesn't need its IncludePos argument, sinceDan Gohman2010-08-271-1/+1
* Rename the ASTReader header files.Sebastian Redl2010-08-181-1/+1
* Rename various classes from PCH to AST.Sebastian Redl2010-08-181-2/+2
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-5/+5
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-14/+5
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-1/+1
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-1/+1
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-1/+1
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-2/+6
* The Sema object will get destroyed before all of the others anyway. We don't ...Douglas Gregor2010-08-131-1/+0
* Teach CompilerInstance to create and hold on to the Sema object usedDouglas Gregor2010-08-121-0/+12
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-17/+32
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-6/+9
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-271-2/+6
* Make ASTContext always use the BumpPtrAllocator.Douglas Gregor2010-07-251-1/+0
* Correctly initialize Reader to null.Sebastian Redl2010-07-091-1/+1
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-0/+2
* Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar2010-06-071-20/+4
* Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar2010-06-071-1/+1
OpenPOWER on IntegriCloud