summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-031-1/+2
* Use getPredefinesFileID() appropriately.Douglas Gregor2013-04-031-2/+2
* Remove sign-compare warning on systems that still use 32 bit time_ts.Benjamin Kramer2013-03-291-4/+4
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-271-2/+0
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-261-18/+21
* Use <time.h> rather than <sys/time.h>Douglas Gregor2013-03-251-1/+1
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-0/+101
* <rdar://problem/13479539> Only rebuild the global module cache when we're all...Douglas Gregor2013-03-221-1/+2
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-4/+6
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-1/+98
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-101/+56
* Never cache the result of a module file lookup.Douglas Gregor2013-02-081-3/+4
* Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor2013-02-071-7/+2
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-071-0/+30
* Detect when we end up trying to load conflicting module files.Douglas Gregor2013-02-061-3/+18
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-011-4/+6
* Don't warn about Unicode characters in -E mode.Jordan Rose2013-01-301-0/+2
* Implement the reader of the global module index and wire it into theDouglas Gregor2013-01-251-1/+3
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-251-8/+21
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-1/+9
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-32/+3
* Fix what appears to be a copy-paste error.Sean Silva2013-01-201-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-0/+6
* Be more careful about updating the failed-modules setDouglas Gregor2013-01-101-2/+3
* Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor2013-01-041-2/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-12/+12
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-1/+1
* Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor2012-11-301-6/+6
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-14/+25
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-18/+55
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-1/+5
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-161-1/+1
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-151-2/+3
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-091-1/+9
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-2/+2
* Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis2012-11-091-5/+7
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-071-3/+26
OpenPOWER on IntegriCloud