summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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
OpenPOWER on IntegriCloud