| Commit message (Expand) | Author | Age | Files | Lines |
| * | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 2013-03-27 | 1 | -3/+2 |
| * | [modules] Before marking the module imported macros as ambiguous, check if th... | Argyrios Kyrtzidis | 2013-03-27 | 1 | -11/+57 |
| * | [PCH/modules] Remove HiddenName::MacroUndef | Argyrios Kyrtzidis | 2013-03-27 | 1 | -5/+0 |
| * | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis | 2013-03-27 | 1 | -1/+1 |
| * | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis | 2013-03-26 | 1 | -33/+36 |
| * | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis | 2013-03-22 | 1 | -135/+179 |
| * | [modules] When a MacroInfo object is deserialized, allocate and store its sub... | Argyrios Kyrtzidis | 2013-03-22 | 1 | -1/+1 |
| * | <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio... | Douglas Gregor | 2013-03-22 | 1 | -1/+6 |
| * | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor | 2013-03-20 | 1 | -18/+68 |
| * | Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ... | Douglas Gregor | 2013-03-20 | 1 | -3/+6 |
| * | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor | 2013-03-20 | 1 | -0/+12 |
| * | Minor optimization to r177367 to treat a module with missing dependencies as ... | Douglas Gregor | 2013-03-19 | 1 | -1/+1 |
| * | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor | 2013-03-19 | 1 | -26/+69 |
| * | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -15/+22 |
| * | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -3/+1 |
| * | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose | 2013-03-08 | 1 | -2/+1 |
| * | [PCH] When complaining that a header from the PCH was modified, also mention | Argyrios Kyrtzidis | 2013-03-08 | 1 | -1/+1 |
| * | [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a... | Argyrios Kyrtzidis | 2013-03-08 | 1 | -2/+2 |
| * | [PCH] When pre-validating the headers from the PCH, only validate non-system ... | Argyrios Kyrtzidis | 2013-03-06 | 1 | -2/+4 |
| * | [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file. | Argyrios Kyrtzidis | 2013-03-06 | 1 | -14/+28 |
| * | [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than... | Argyrios Kyrtzidis | 2013-03-06 | 1 | -11/+4 |
| * | [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra... | Argyrios Kyrtzidis | 2013-03-06 | 1 | -2/+1 |
| * | [PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa... | Argyrios Kyrtzidis | 2013-03-04 | 1 | -5/+4 |
| * | [PCH] Enhance InputFile to also include whether the file is out-of-date. | Argyrios Kyrtzidis | 2013-03-01 | 1 | -20/+24 |
| * | [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI... | Argyrios Kyrtzidis | 2013-02-27 | 1 | -1/+1 |
| * | [preprocessing record] Have the MacroDefinitions map point to the MacroDefini... | Argyrios Kyrtzidis | 2013-02-22 | 1 | -2/+6 |
| * | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko | 2013-02-22 | 1 | -0/+17 |
| * | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -6/+6 |
| * | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis | 2013-02-20 | 1 | -25/+27 |
| * | [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, | Argyrios Kyrtzidis | 2013-02-19 | 1 | -53/+7 |
| * | Use MapVector::pop_back() per LLVM r175538. | Douglas Gregor | 2013-02-19 | 1 | -1/+1 |
| * | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor | 2013-02-18 | 1 | -15/+34 |
| * | [PCH] Deserializing the DeclContext of a template parameter is not safe | Argyrios Kyrtzidis | 2013-02-16 | 1 | -1/+11 |
| * | Order the methods in the global method pool based on when they become visible... | Douglas Gregor | 2013-02-12 | 1 | -3/+40 |
| * | [Modules] Cope better with top-level declarations loaded after being declared... | Douglas Gregor | 2013-02-11 | 1 | -3/+23 |
| * | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei | 2013-02-07 | 1 | -0/+1 |
| * | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith | 2013-02-07 | 1 | -4/+3 |
| * | Detect when we end up trying to load conflicting module files. | Douglas Gregor | 2013-02-06 | 1 | -1/+12 |
| * | Remove dead code related to the now defunct PCH stat cache. | Ted Kremenek | 2013-02-05 | 1 | -2/+0 |
| * | Merge "special" types from different modules in the AST reader. | Douglas Gregor | 2013-02-01 | 1 | -2/+18 |
| * | [modules] Introduce ModuleFile::DirectImportLoc which is the source location | Argyrios Kyrtzidis | 2013-02-01 | 1 | -0/+1 |
| * | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis | 2013-02-01 | 1 | -2/+4 |
| * | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky | 2013-02-01 | 1 | -11/+10 |
| * | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky | 2013-01-31 | 1 | -2/+2 |
| * | [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. | Daniel Dunbar | 2013-01-30 | 1 | -3/+1 |
| * | [Frontend] Add an ExternCSystem include entry group. | Daniel Dunbar | 2013-01-30 | 1 | -2/+1 |
| * | Add some more ASTReader statistics for global method pool lookups. | Douglas Gregor | 2013-01-28 | 1 | -7/+23 |
| * | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky | 2013-01-26 | 1 | -1/+29 |
| * | Improve coordination between the module manager and the global module | Douglas Gregor | 2013-01-25 | 1 | -19/+15 |
| * | [Frontend] Remove another IsUserSpecified member variable that is now unused. | Daniel Dunbar | 2013-01-25 | 1 | -3/+2 |