| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix potential race in module building code. | Eli Friedman | 2013-09-17 | 1 | -8/+2 |
* | SourceManager intialization tweaks. | Benjamin Kramer | 2013-08-12 | 1 | -13/+14 |
* | clang-cl: Support /showIncludes | Hans Wennborg | 2013-08-09 | 1 | -1/+6 |
* | Use the simpler is_directory. | Rafael Espindola | 2013-07-17 | 1 | -2/+1 |
* | Update for llvm API change. | Rafael Espindola | 2013-07-16 | 1 | -8/+8 |
* | Use llvm::sys::fs::createUniqueFile. | Rafael Espindola | 2013-07-05 | 1 | -4/+3 |
* | Use llvm::sys::fs::createTemporaryFile. | Rafael Espindola | 2013-07-05 | 1 | -6/+2 |
* | We don't need to check for windows' error codes in here. | Rafael Espindola | 2013-07-05 | 1 | -3/+1 |
* | Update for llvm::sys::fs::unique_file not creating directories. | Rafael Espindola | 2013-06-28 | 1 | -13/+21 |
* | Small improvements to createOutputFile. | Rafael Espindola | 2013-06-27 | 1 | -25/+41 |
* | Remove PathV1.h from CompilerInstance.cpp. | Rafael Espindola | 2013-06-26 | 1 | -8/+6 |
* | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -1/+1 |
* | Use llvm::sys::fs::can_write. | Rafael Espindola | 2013-06-18 | 1 | -1/+2 |
* | Don't depend on the transitive inclusion of PathV1.h. | Rafael Espindola | 2013-06-13 | 1 | -0/+1 |
* | Use the sys::RemoveFileOnSignal that takes a StringRef. | Rafael Espindola | 2013-06-13 | 1 | -1/+1 |
* | Use the global functions instead of the Program methods. | Rafael Espindola | 2013-06-12 | 1 | -1/+1 |
* | [modules] If we hit a failure while loading a PCH/module, abort parsing inste... | Argyrios Kyrtzidis | 2013-05-24 | 1 | -0/+2 |
* | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor | 2013-05-03 | 1 | -11/+4 |
* | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor | 2013-05-03 | 1 | -2/+5 |
* | Remove the unused MemoryBuffers, no functionality change. | Argyrios Kyrtzidis | 2013-04-04 | 1 | -8/+0 |
* | [preprocessor] Allow comparing two macro definitions syntactically instead of... | Argyrios Kyrtzidis | 2013-04-03 | 1 | -1/+2 |
* | Use getPredefinesFileID() appropriately. | Douglas Gregor | 2013-04-03 | 1 | -2/+2 |
* | Remove sign-compare warning on systems that still use 32 bit time_ts. | Benjamin Kramer | 2013-03-29 | 1 | -4/+4 |
* | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis | 2013-03-27 | 1 | -2/+0 |
* | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis | 2013-03-26 | 1 | -18/+21 |
* | Use <time.h> rather than <sys/time.h> | Douglas Gregor | 2013-03-25 | 1 | -1/+1 |
* | <rdar://problem/13434605> Periodically prune the module cache so that it does... | Douglas Gregor | 2013-03-25 | 1 | -0/+101 |
* | <rdar://problem/13479539> Only rebuild the global module cache when we're all... | Douglas Gregor | 2013-03-22 | 1 | -1/+2 |
* | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor | 2013-03-20 | 1 | -4/+6 |
* | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor | 2013-03-20 | 1 | -1/+98 |
* | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor | 2013-03-19 | 1 | -101/+56 |
* | Never cache the result of a module file lookup. | Douglas Gregor | 2013-02-08 | 1 | -3/+4 |
* | Be a little more permissive with -fmodules-ignore-macro= by removing everythi... | Douglas Gregor | 2013-02-07 | 1 | -7/+2 |
* | Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ... | Douglas Gregor | 2013-02-07 | 1 | -0/+30 |
* | Detect when we end up trying to load conflicting module files. | Douglas Gregor | 2013-02-06 | 1 | -3/+18 |
* | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis | 2013-02-01 | 1 | -4/+6 |
* | Don't warn about Unicode characters in -E mode. | Jordan Rose | 2013-01-30 | 1 | -0/+2 |
* | Implement the reader of the global module index and wire it into the | Douglas Gregor | 2013-01-25 | 1 | -1/+3 |
* | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor | 2013-01-25 | 1 | -8/+21 |
* | Implement the writer side of the global module index. | Douglas Gregor | 2013-01-23 | 1 | -1/+9 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -32/+3 |
* | Fix what appears to be a copy-paste error. | Sean Silva | 2013-01-20 | 1 | -1/+1 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
* | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor | 2013-01-12 | 1 | -0/+6 |
* | Be more careful about updating the failed-modules set | Douglas Gregor | 2013-01-10 | 1 | -2/+3 |
* | Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> | Douglas Gregor | 2013-01-04 | 1 | -2/+0 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -12/+12 |
* | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -1/+1 |
* | Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! | Douglas Gregor | 2012-11-30 | 1 | -6/+6 |
* | When an error occurs while building a module on demand, provide "While | Douglas Gregor | 2012-11-30 | 1 | -14/+25 |