summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-191-0/+22
* Retry building modules that were compiled by other instances and are out-of-dateBen Langmuir2014-06-171-26/+34
* Update for llvm api change.Rafael Espindola2014-06-131-1/+2
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-5/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-061-3/+2
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-061-2/+3
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-061-3/+2
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+2
* Fix leak from r210059Alp Toker2014-06-031-0/+6
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-17/+17
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-3/+5
* Switch Wmodule-build to a remarkBen Langmuir2014-05-081-1/+1
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-081-22/+15
* Add -Wmodule-build to make it easy to see when modules are (re)builtBen Langmuir2014-05-051-0/+3
* Make module self-import an errorBen Langmuir2014-05-051-1/+1
* Eliminate ASTContext's DelayInitialization flagAlp Toker2014-05-031-3/+3
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-4/+2
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-2/+2
* 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
OpenPOWER on IntegriCloud