| Commit message (Expand) | Author | Age | Files | Lines |
* | Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"' | Richard Smith | 2014-03-08 | 1 | -1/+3 |
* | [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera... | Aaron Ballman | 2014-03-07 | 1 | -8/+5 |
* | Add dependencies from imported modules with -MD | Ben Langmuir | 2014-03-07 | 1 | -28/+1 |
* | Fix crash if a submodule overrides one of its own macros, and add support for | Richard Smith | 2014-03-06 | 1 | -2/+12 |
* | Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a... | Argyrios Kyrtzidis | 2014-03-03 | 1 | -0/+1 |
* | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
* | If a module A exports a macro M, and a module B imports that macro and #undef's | Richard Smith | 2014-03-01 | 1 | -51/+87 |
* | Use llvm::DeleteContainerSeconds when possible | Reid Kleckner | 2014-02-19 | 1 | -3/+1 |
* | Fix autolinking when modules are imported in pch files | Ben Langmuir | 2014-01-31 | 1 | -3/+3 |
* | Remove dead code; MacroDirective's IsHidden flag is always false. | Richard Smith | 2014-01-27 | 1 | -5/+0 |
* | Rename getResultType() on function and method declarations to getReturnType() | Alp Toker | 2014-01-25 | 1 | -1/+1 |
* | Update FunctionTypeLoc and related names to match r199686 | Alp Toker | 2014-01-21 | 1 | -2/+2 |
* | Rename FunctionProtoType accessors from 'arguments' to 'parameters' | Alp Toker | 2014-01-20 | 1 | -3/+3 |
* | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 1 | -1/+0 |
* | Eliminate UnaryTypeTraitExpr | Alp Toker | 2014-01-01 | 1 | -1/+0 |
* | Eliminate BinaryTypeTraitExpr | Alp Toker | 2013-12-13 | 1 | -1/+0 |
* | Implement DR1460: fix handling of default initializers in unions; don't allow | Richard Smith | 2013-12-10 | 1 | -0/+1 |
* | Add an AdjustedType sugar node for adjusting calling conventions | Reid Kleckner | 2013-12-05 | 1 | -0/+9 |
* | Remove a whole lot of unused variables | Alp Toker | 2013-11-27 | 1 | -1/+0 |
* | Implement final resolution of DR1402: implicitly-declared move operators that | Richard Smith | 2013-11-04 | 1 | -2/+0 |
* | Allow a new syntax in a module requires-declaration: | Richard Smith | 2013-10-28 | 1 | -4/+5 |
* | Refactor out the circular reference to LambdaExpr in CXXRecordDecl. | Faisal Vali | 2013-10-23 | 1 | -1/+2 |
* | Revert r193223 and r193216. | Rafael Espindola | 2013-10-23 | 1 | -2/+1 |
* | Remove the circular reference to LambdaExpr in CXXRecordDecl. | Faisal Vali | 2013-10-23 | 1 | -1/+2 |
* | Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. | Rafael Espindola | 2013-10-19 | 1 | -1/+1 |
* | Per latest drafting, switch to implementing init-captures as if by declaring | Richard Smith | 2013-09-28 | 1 | -6/+1 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-09-26 | 1 | -0/+1 |
* | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -0/+4 |
* | Fix array_pod_sort predicates after LLVM change. | Benjamin Kramer | 2013-09-22 | 1 | -6/+4 |
* | Note when a decl is used in AST files. | Eli Friedman | 2013-09-05 | 1 | -0/+10 |
* | Don't eagerly load all conversion operators when loading a class declaration | Richard Smith | 2013-08-30 | 1 | -2/+2 |
* | This wasn't headers, just missing namespaces. | Benjamin Kramer | 2013-08-24 | 1 | -3/+2 |
* | Add missing includes. | Benjamin Kramer | 2013-08-24 | 1 | -0/+1 |
* | Replace compLocDecl with less_first. | Benjamin Kramer | 2013-08-24 | 1 | -6/+1 |
* | Revert "Implement a rudimentary form of generic lambdas." | Manuel Klimek | 2013-08-22 | 1 | -2/+0 |
* | Implement a rudimentary form of generic lambdas. | Faisal Vali | 2013-08-22 | 1 | -0/+2 |
* | Added source locs for angled parentheses in class/var template partial specs. | Enea Zaffanella | 2013-08-10 | 1 | -0/+11 |
* | PR9992: Serialize and deserialize the token sequence for a function template in | Richard Smith | 2013-08-07 | 1 | -1/+27 |
* | [PCH] Fix a PCH serialization crash, with invalid code related to forward enu... | Argyrios Kyrtzidis | 2013-08-07 | 1 | -0/+15 |
* | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -0/+16 |
* | Make modules depend on the compiler's own module.map, as a proxy for the comp... | Douglas Gregor | 2013-07-22 | 1 | -2/+17 |
* | Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. | Eli Bendersky | 2013-07-11 | 1 | -2/+3 |
* | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper | 2013-07-04 | 1 | -4/+4 |
* | Lazily deserialize the "first' friend declaration when deserializing a class | Richard Smith | 2013-06-26 | 1 | -1/+1 |
* | [AST] Introduce a new DecayedType sugar node | Reid Kleckner | 2013-06-24 | 1 | -0/+8 |
* | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -4/+17 |
* | PR12086, PR15117 | Richard Smith | 2013-06-12 | 1 | -0/+1 |
* | 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 | 1 | -6/+19 |