| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make modules depend on the compiler's own module.map, as a proxy for the comp... | Douglas Gregor | 2013-07-22 | 1 | -2/+17 |
| * | Improve clarity/consistency of a few UsingDecl methods and related helpers. | Enea Zaffanella | 2013-07-22 | 2 | -4/+4 |
| * | Make IgnoreParens() look through ChooseExprs. | Eli Friedman | 2013-07-20 | 2 | -0/+2 |
| * | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 2 | -1/+146 |
| * | Serialization support for TagDecl::IsCompleteDefinitionRequired | David Blaikie | 2013-07-14 | 2 | -0/+4 |
| * | C++ modules: Don't call DeclContext::lookup when half-way through deserializing | Richard Smith | 2013-07-13 | 1 | -15/+13 |
| * | Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. | Eli Bendersky | 2013-07-11 | 1 | -2/+3 |
| * | Use llvm::sys::fs::createUniqueFile. | Rafael Espindola | 2013-07-05 | 1 | -1/+2 |
| * | 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 |
| * | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -4/+4 |
| * | 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 |