| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add an AdjustedType sugar node for adjusting calling conventions | Reid Kleckner | 2013-12-05 | 1 | -0/+13 |
| * | Include non-explicit submodules in exported module list | Dmitri Gribenko | 2013-11-04 | 1 | -10/+1 |
| * | Allow a new syntax in a module requires-declaration: | Richard Smith | 2013-10-28 | 1 | -1/+1 |
| * | Simplify some implementations of get*Decl. | Rafael Espindola | 2013-10-19 | 1 | -1/+1 |
| * | C++ modules: don't lose track of a 'namespace std' that is imported from a mo... | Richard Smith | 2013-10-18 | 1 | -13/+28 |
| * | Basic ODR checking for C++ modules: | Richard Smith | 2013-10-18 | 1 | -1/+60 |
| * | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -0/+4 |
| * | Don't eagerly load all conversion operators when loading a class declaration | Richard Smith | 2013-08-30 | 1 | -3/+3 |
| * | Use pop_back_val() instead of both back() and pop_back(). | Robert Wilhelm | 2013-08-23 | 1 | -4/+3 |
| * | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek | 2013-08-22 | 1 | -3/+1 |
| * | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-08-22 | 1 | -1/+3 |
| * | Added source locs for angled parentheses in class/var template partial specs. | Enea Zaffanella | 2013-08-10 | 1 | -0/+13 |
| * | PR9992: Serialize and deserialize the token sequence for a function template in | Richard Smith | 2013-08-07 | 1 | -1/+29 |
| * | 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 |