Age | Commit message (Expand) | Author |
2013-03-22 | <rdar://problem/13479539> Only rebuild the global module cache when we're all... | Douglas Gregor |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-03-20 | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor |
2013-03-19 | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor |
2013-02-08 | Never cache the result of a module file lookup. | Douglas Gregor |
2013-02-07 | Be a little more permissive with -fmodules-ignore-macro= by removing everythi... | Douglas Gregor |
2013-02-07 | Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ... | Douglas Gregor |
2013-02-06 | Detect when we end up trying to load conflicting module files. | Douglas Gregor |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-01-30 | Don't warn about Unicode characters in -E mode. | Jordan Rose |
2013-01-25 | Implement the reader of the global module index and wire it into the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-20 | Fix what appears to be a copy-paste error. | Sean Silva |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2013-01-10 | Be more careful about updating the failed-modules set | Douglas Gregor |
2013-01-04 | Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> | Douglas Gregor |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-12-04 | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis |
2012-11-30 | Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! | Douglas Gregor |
2012-11-30 | When an error occurs while building a module on demand, provide "While | Douglas Gregor |
2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
2012-11-27 | Frontend: Create a virtual file for named pipe inputs. | Daniel Dunbar |
2012-11-16 | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor |
2012-11-15 | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis |
2012-11-09 | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis |
2012-11-09 | Turn FrontendInputFile into an immutable class and have it also accept | Argyrios Kyrtzidis |
2012-11-09 | Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, | Argyrios Kyrtzidis |
2012-11-07 | When loading a module fails because it is out of date, rebuild that | Douglas Gregor |
2012-11-05 | Frontend: Add support for reading named pipes as the main file. | Daniel Dunbar |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-31 | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis |
2012-10-24 | Teach the preprocessor to hold onto the preprocessor options. | Douglas Gregor |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-10-22 | Allow clients of the AST reader to specify what kinds of AST load | Douglas Gregor |
2012-10-22 | Distinguish the various kinds of AST file loading failures: | Douglas Gregor |
2012-10-14 | Make sure temporary files are deleted when recovering from a crash when compi... | Benjamin Kramer |
2012-10-14 | Delete temporary output files when an error occurs during PCH reading. | Benjamin Kramer |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
2012-10-03 | Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked | Argyrios Kyrtzidis |
2012-09-29 | In the Module class, add a reference to the corresponding AST file. | Argyrios Kyrtzidis |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-05-16 | Pulls diagnostics for temp file handling into the common diagnostic kinds. | Manuel Klimek |
2012-05-11 | For final output files create them with mode 0664 to match other | Eric Christopher |
2012-05-01 | Remove variables made dead by r155923 | David Blaikie |
2012-05-01 | Remove dead code found by static analyzer. | Ted Kremenek |
2012-04-16 | objective-c modern translator: buildit objc bool | Fariborz Jahanian |