| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -27/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -0/+27 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -27/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -0/+27 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -27/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+27 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -27/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+27 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -27/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+27 |
* | Remove ASTConsumer::HandleVTable()'s bool parameter. | Nico Weber | 2015-01-15 | 1 | -3/+2 |
* | [OPENMP] Codegen for threadprivate variables | Alexey Bataev | 2014-11-11 | 1 | -0/+6 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 1 | -58/+53 |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -53/+58 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -58/+53 |
* | DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ... | David Blaikie | 2014-07-16 | 1 | -0/+25 |
* | Emit used/dllexport inline method definitions in nested classes (PR19743, PR1... | Hans Wennborg | 2014-05-23 | 1 | -0/+5 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -26/+25 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -4/+3 |
* | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 2014-03-02 | 1 | -1/+1 |
* | Note when a decl is used in AST files. | Eli Friedman | 2013-09-05 | 1 | -0/+6 |
* | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 2013-08-06 | 1 | -0/+8 |
* | C++1y deduced return types: when we deduce a return type for a function which | Richard Smith | 2013-05-11 | 1 | -0/+6 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
* | Replace MarkVarRequired with a more generic | Rafael Espindola | 2012-03-08 | 1 | -2/+2 |
* | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola | 2012-03-05 | 1 | -0/+5 |
* | [libclang] Indexing API: Fully index implict template instantiations. | Argyrios Kyrtzidis | 2012-02-10 | 1 | -0/+5 |
* | Add ArrayRef goodness in MultiplexASTMutationListener. | Argyrios Kyrtzidis | 2012-02-10 | 1 | -3/+3 |
* | Update MultiplexASTMutationListener with the missing methods from ASTMutation... | Argyrios Kyrtzidis | 2012-02-10 | 1 | -0/+18 |
* | ArrayRef goodness in MultiplexConsumer, no functionality change. | Argyrios Kyrtzidis | 2012-02-04 | 1 | -2/+3 |
* | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis | 2011-11-28 | 1 | -2/+8 |
* | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis | 2011-11-18 | 1 | -1/+2 |
* | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis | 2011-09-15 | 1 | -2/+2 |
* | Add a decl update when a static data member of a class template is instantiat... | Sebastian Redl | 2011-04-29 | 1 | -0/+6 |
* | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl | 2011-04-24 | 1 | -0/+6 |
* | Chained PCH: Remember when additional specializations are added to a function... | Sebastian Redl | 2011-04-14 | 1 | -0/+7 |
* | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber | 2011-01-25 | 1 | -0/+221 |