summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused IncrProcessing parameter from Preprocessor ctorAlp Toker2014-05-021-1/+0
* [cleanup] Fix an 80-column violationJustin Bogner2014-04-281-1/+2
* Quick fix for layering that broke shared library build.John Thompson2014-04-231-0/+26
* Fix unused variable.John Thompson2014-04-231-1/+1
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-38/+101
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-2/+3
* [Frontend] If the module file lock owner have died, try to get the lock again...Argyrios Kyrtzidis2014-04-061-22/+33
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-121-3/+6
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+4
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-6/+5
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-071-2/+5
* Add dependencies from imported modules with -MDBen Langmuir2014-03-071-1/+5
* [C++11] Simplify a callback to use a lambda.Richard Smith2014-03-041-18/+2
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-21/+7
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-1/+1
* [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis2014-02-271-7/+12
* Update for llvm api change.Rafael Espindola2014-02-241-6/+6
* Recommit virtual file systemBen Langmuir2014-02-201-1/+11
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-8/+1
* Pass VFS from CompilerInstance to FileManagerBen Langmuir2014-02-191-1/+1
* Initial implementation of virtual file systemBen Langmuir2014-02-191-0/+7
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-14/+11
* Stat system dependencies when using -verify-pchBen Langmuir2014-02-071-7/+4
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-1/+8
* Require a module.map file to load a moduleBen Langmuir2014-01-221-23/+10
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-8/+4
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-171-5/+13
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-3/+3
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-26/+21
* Fix crash if a submodule @imports another submodule from the same module. TheRichard Smith2013-10-181-6/+6
* Fix potential race in module building code.Eli Friedman2013-09-171-8/+2
* SourceManager intialization tweaks.Benjamin Kramer2013-08-121-13/+14
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-1/+6
* Use the simpler is_directory.Rafael Espindola2013-07-171-2/+1
* Update for llvm API change.Rafael Espindola2013-07-161-8/+8
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-4/+3
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-6/+2
* We don't need to check for windows' error codes in here.Rafael Espindola2013-07-051-3/+1
* Update for llvm::sys::fs::unique_file not creating directories.Rafael Espindola2013-06-281-13/+21
* Small improvements to createOutputFile.Rafael Espindola2013-06-271-25/+41
* Remove PathV1.h from CompilerInstance.cpp.Rafael Espindola2013-06-261-8/+6
* [Modules] If a module map resides in a system header directory, treat it as a...Douglas Gregor2013-06-211-1/+1
* Use llvm::sys::fs::can_write.Rafael Espindola2013-06-181-1/+2
* Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola2013-06-131-0/+1
* Use the sys::RemoveFileOnSignal that takes a StringRef.Rafael Espindola2013-06-131-1/+1
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-121-1/+1
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-0/+2
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-11/+4
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-2/+5
* Remove the unused MemoryBuffers, no functionality change.Argyrios Kyrtzidis2013-04-041-8/+0
OpenPOWER on IntegriCloud