| Commit message (Expand) | Author | Age | Files | Lines |
| * | Lazily deserialize function template specializations. This fixes a cycle in | Richard Smith | 2013-06-28 | 1 | -10/+20 |
| * | Lazily deserialize the "first' friend declaration when deserializing a class | Richard Smith | 2013-06-26 | 2 | -2/+2 |
| * | Fix deserializing of class template partial specializations. Assign sequence | Richard Smith | 2013-06-25 | 2 | -7/+6 |
| * | Check for matching template-parameter-lists when merging template declarations. | Richard Smith | 2013-06-24 | 1 | -3/+52 |
| * | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 2 | -0/+23 |
| * | Slightly improve cross-module merging for function templates. | Richard Smith | 2013-06-24 | 1 | -7/+12 |
| * | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 2 | -5/+35 |
| * | Improved source code fidelity for gcc mode attribute. | Enea Zaffanella | 2013-06-20 | 2 | -3/+10 |
| * | PR12086, PR15117 | Richard Smith | 2013-06-12 | 3 | -2/+17 |
| * | Include Path.h instead of PathV2.h. | Rafael Espindola | 2013-06-11 | 2 | -2/+2 |
| * | [libclang] Allow building a precompiled preamble with compiler errors | Argyrios Kyrtzidis | 2013-06-11 | 1 | -4/+13 |
| * | Loosen r178109 even further, to assume that all redefined macros in system he... | Douglas Gregor | 2013-06-07 | 1 | -7/+10 |
| * | Model temporary lifetime-extension explicitly in the AST. Use this model to | Richard Smith | 2013-06-05 | 2 | -0/+2 |
| * | [PCH] Fix crash with valid code, related to anonymous field initializers. | Argyrios Kyrtzidis | 2013-05-30 | 1 | -3/+10 |
| * | Fix linkage computation for derived types in inline functions. | Rafael Espindola | 2013-05-25 | 2 | -6/+4 |
| * | [modules] If we hit a failure while loading a PCH/module, abort parsing inste... | Argyrios Kyrtzidis | 2013-05-24 | 1 | -1/+4 |
| * | Fix bitcode desynchronization when loading a PCH containing a class template | Richard Smith | 2013-05-23 | 1 | -15/+38 |
| * | Revert r182331, these checks should be based on the target not the host. | Richard Smith | 2013-05-20 | 1 | -4/+1 |
| * | Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing | Richard Smith | 2013-05-20 | 1 | -1/+4 |
| * | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 2 | -9/+35 |
| * | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -2/+2 |
| * | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 2 | -4/+4 |
| * | C++1y deduced return types: when we deduce a return type for a function which | Richard Smith | 2013-05-11 | 3 | -2/+29 |
| * | [Modules] When things go horribly wrong when reading a module, point at the m... | Douglas Gregor | 2013-05-10 | 1 | -0/+8 |
| * | ArrayRef'ize ShuffleVectorExpr::setExprs | Dmitri Gribenko | 2013-05-10 | 1 | -1/+1 |
| * | [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. | Argyrios Kyrtzidis | 2013-05-08 | 1 | -10/+1 |
| * | [modules] When building a module, make sure we don't serialize out HeaderFile... | Argyrios Kyrtzidis | 2013-05-08 | 1 | -0/+2 |
| * | Modify ASTReaderListener to allow visiting the input files of an AST file. | Argyrios Kyrtzidis | 2013-05-06 | 1 | -8/+58 |
| * | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella | 2013-05-04 | 2 | -5/+5 |
| * | Implement template support for CapturedStmt | Wei Pan | 2013-05-04 | 2 | -3/+7 |
| * | Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -1/+1 |
| * | Serialization for captured statements | Ben Langmuir | 2013-05-03 | 4 | -9/+65 |
| * | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis | 2013-05-03 | 2 | -0/+2 |
| * | Move parsing of identifiers in MS-style inline assembly into | John McCall | 2013-05-03 | 4 | -33/+128 |
| * | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith | 2013-04-30 | 2 | -1/+4 |
| * | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis | 2013-04-26 | 2 | -3/+17 |
| * | [Modules] Fix an issue where the reconstructed redeclaration chain was incomp... | Argyrios Kyrtzidis | 2013-04-26 | 2 | -7/+41 |
| * | Implement C++1y decltype(auto). | Richard Smith | 2013-04-26 | 2 | -2/+6 |
| * | C++1y: Allow aggregates to have default initializers. | Richard Smith | 2013-04-20 | 2 | -0/+16 |
| * | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis | 2013-04-17 | 2 | -1/+35 |
| * | Enhance the ObjC global method pool to record whether there were 0, 1, or >= ... | Argyrios Kyrtzidis | 2013-04-17 | 3 | -16/+39 |
| * | Sema for Captured Statements | Tareq A. Siraj | 2013-04-16 | 3 | -0/+15 |
| * | Implement CapturedStmt AST | Tareq A. Siraj | 2013-04-16 | 2 | -0/+15 |
| * | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 6 | -0/+42 |
| * | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith | 2013-04-13 | 2 | -5/+5 |
| * | <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 | 2 | -3/+5 |
| * | Pare back r164351 somewhat. The problem that change was addressing was that we | Richard Smith | 2013-04-03 | 3 | -7/+7 |
| * | Add 178663 back. | Rafael Espindola | 2013-04-03 | 2 | -9/+3 |
| * | Revert 178663. | Rafael Espindola | 2013-04-03 | 2 | -3/+9 |