| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix read of uninitialized enum value in test, caught by UBSan. No functionality | Richard Smith | 2013-07-31 | 1 | -1/+1 |
| * | Use SmallVectorImpl& for function arguments instead of SmallVector. | Craig Topper | 2013-07-05 | 1 | -1/+1 |
| * | Use typedef for Densemap contraining SmallVector passed to a function to avoi... | Craig Topper | 2013-07-05 | 1 | -6/+4 |
| * | Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma... | Craig Topper | 2013-07-05 | 1 | -8/+10 |
| * | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 1 | -0/+15 |
| * | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -1/+18 |
| * | Loosen r178109 even further, to assume that all redefined macros in system he... | Douglas Gregor | 2013-06-07 | 1 | -7/+10 |
| * | [PCH] Fix crash with valid code, related to anonymous field initializers. | Argyrios Kyrtzidis | 2013-05-30 | 1 | -3/+10 |
| * | [modules] If we hit a failure while loading a PCH/module, abort parsing inste... | Argyrios Kyrtzidis | 2013-05-24 | 1 | -1/+4 |
| * | [Modules] When things go horribly wrong when reading a module, point at the m... | Douglas Gregor | 2013-05-10 | 1 | -0/+8 |
| * | [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. | Argyrios Kyrtzidis | 2013-05-08 | 1 | -10/+1 |
| * | Modify ASTReaderListener to allow visiting the input files of an AST file. | Argyrios Kyrtzidis | 2013-05-06 | 1 | -8/+58 |
| * | Move parsing of identifiers in MS-style inline assembly into | John McCall | 2013-05-03 | 1 | -8/+15 |
| * | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith | 2013-04-30 | 1 | -1/+2 |
| * | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis | 2013-04-26 | 1 | -3/+15 |
| * | [Modules] Fix an issue where the reconstructed redeclaration chain was incomp... | Argyrios Kyrtzidis | 2013-04-26 | 1 | -6/+19 |
| * | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 1 | -2/+5 |
| * | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis | 2013-04-17 | 1 | -1/+4 |
| * | Enhance the ObjC global method pool to record whether there were 0, 1, or >= ... | Argyrios Kyrtzidis | 2013-04-17 | 1 | -6/+20 |
| * | <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas... | Douglas Gregor | 2013-04-12 | 1 | -26/+8 |
| * | Add an option to parse all comments as documentation comments | Dmitri Gribenko | 2013-04-10 | 1 | -3/+4 |
| * | Pare back r164351 somewhat. The problem that change was addressing was that we | Richard Smith | 2013-04-03 | 1 | -1/+7 |
| * | [preprocessor] Allow comparing two macro definitions syntactically instead of... | Argyrios Kyrtzidis | 2013-04-03 | 1 | -1/+2 |
| * | <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 |