Age | Commit message (Expand) | Author |
2013-05-06 | Modify ASTReaderListener to allow visiting the input files of an AST file. | Argyrios Kyrtzidis |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-04-26 | [Modules] Fix an issue where the reconstructed redeclaration chain was incomp... | Argyrios Kyrtzidis |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor |
2013-03-27 | [modules] Before marking the module imported macros as ambiguous, check if th... | Argyrios Kyrtzidis |
2013-03-27 | [PCH/modules] Remove HiddenName::MacroUndef | Argyrios Kyrtzidis |
2013-03-27 | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis |
2013-03-22 | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-03-19 | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor |
2013-03-04 | [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa... | Argyrios Kyrtzidis |
2013-03-01 | [PCH] Enhance InputFile to also include whether the file is out-of-date. | Argyrios Kyrtzidis |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-20 | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis |
2013-02-18 | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor |
2013-02-16 | [PCH] Deserializing the DeclContext of a template parameter is not safe | Argyrios Kyrtzidis |
2013-02-07 | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-02-01 | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky |
2013-01-31 | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky |
2013-01-28 | Add some more ASTReader statistics for global method pool lookups. | Douglas Gregor |
2013-01-26 | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky |
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-25 | Track the number of lookups and hits into the on-disk hash tables for | Douglas Gregor |
2013-01-22 | Switch to APFloat constructor taking fltSemantics. | Tim Northover |
2013-01-21 | Revert r173056; it breaks one of the CodeGen-with-PCH tests. | Douglas Gregor |
2013-01-21 | When loading an identifier from an AST file solely for the purpose of | Douglas Gregor |
2013-01-21 | Introduce a fast path for the ASTReader's name lookup within a | Douglas Gregor |
2013-01-20 | convert some more stuff over to use new cursor APIs. | Chris Lattner |
2013-01-19 | [PCH/Modules] Revert r172843, it caused a module to fail building. | Argyrios Kyrtzidis |
2013-01-18 | [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! | Argyrios Kyrtzidis |
2013-01-18 | Revert Clang r172620 and r172629, which caused a hang when building | Douglas Gregor |
2013-01-16 | [PCH/Modules] Change how macro [re]definitions are de/serialized. | Argyrios Kyrtzidis |
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 | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-30 | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor |
2012-11-28 | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis |
2012-11-15 | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis |
2012-11-06 | Tease out the routine that reads the control block of an AST file from | Douglas Gregor |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-30 | getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. | Rafael Espindola |
2012-10-25 | Remove the old predefines-buffer diffing code completely. It's been | Douglas Gregor |
2012-10-25 | The the preprocessor option validator to compute suggested | Douglas Gregor |
2012-10-24 | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor |
2012-10-24 | (De-)serialize the preprocessor options, including macros defined, | Douglas Gregor |
2012-10-24 | (De-)serialize header search options. | Douglas Gregor |