Age | Commit message (Expand) | Author | Files | Lines |
2016-08-24 | PR29097: add an update record when we instantiate the default member | Richard Smith | 1 | -0/+6 |
2016-05-09 | [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 | Dmitry Polukhin | 1 | -3/+4 |
2016-04-06 | [OPENMP] Parsing and Sema support for 'omp declare target' directive | Dmitry Polukhin | 1 | -0/+6 |
2016-03-30 | For MS ABI, emit dllexport friend functions defined inline in class | Stephan Bergmann | 1 | -2/+2 |
2016-03-17 | Revert "For MS ABI, emit dllexport friend functions defined inline in class" | Reid Kleckner | 1 | -2/+2 |
2016-03-17 | For MS ABI, emit dllexport friend functions defined inline in class | Reid Kleckner | 1 | -2/+2 |
2016-03-02 | Serialize `#pragma detect_mismatch`. | Nico Weber | 1 | -5/+0 |
2016-03-02 | Serialize `#pragma comment`. | Nico Weber | 1 | -10/+0 |
2016-02-09 | [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer. | Argyrios Kyrtzidis | 1 | -0/+7 |
2016-01-26 | [MS ABI] Allow a member pointers' converted type to change | David Majnemer | 1 | -0/+5 |
2016-01-16 | Introduce -fsanitize-stats flag. | Peter Collingbourne | 1 | -2/+2 |
2016-01-06 | Only instantiate a default argument once. | John McCall | 1 | -0/+6 |
2015-11-03 | Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. | Douglas Gregor | 1 | -10/+0 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -1/+1 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -1/+1 |
2015-06-26 | [ObjC] Add NSValue support for objc_boxed_expressions | Alex Denisov | 1 | -0/+9 |
2015-06-18 | Add missing overrides to MultiplexConsumer. Test coverage will be | Adrian Prantl | 1 | -0/+26 |
2015-05-15 | Refactor: when exposing a definition in some module, provide listeners with the | Richard Smith | 1 | -5/+4 |
2015-05-04 | Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio... | Richard Smith | 1 | -3/+4 |
2015-03-26 | [modules] If we reach a definition of a class for which we already have a | Richard Smith | 1 | -0/+7 |
2015-03-10 | [modules] Don't clobber a destructor's operator delete when adding another one; | Richard Smith | 1 | -0/+7 |
2015-02-25 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -27/+0 |
2015-02-25 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -0/+27 |
2015-02-24 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -27/+0 |
2015-02-24 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -0/+27 |
2015-02-21 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -27/+0 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -0/+27 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -27/+0 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -0/+27 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -27/+0 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -0/+27 |
2015-01-15 | Remove ASTConsumer::HandleVTable()'s bool parameter. | Nico Weber | 1 | -3/+2 |
2014-11-11 | [OPENMP] Codegen for threadprivate variables | Alexey Bataev | 1 | -0/+6 |
2014-08-10 | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 1 | -58/+53 |
2014-07-17 | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 1 | -53/+58 |
2014-07-17 | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 1 | -58/+53 |
2014-07-16 | DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ... | David Blaikie | 1 | -0/+25 |
2014-05-23 | Emit used/dllexport inline method definitions in nested classes (PR19743, PR1... | Hans Wennborg | 1 | -0/+5 |
2014-03-13 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -26/+25 |
2014-03-07 | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 1 | -4/+3 |
2014-03-02 | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 1 | -1/+1 |
2013-09-05 | Note when a decl is used in AST files. | Eli Friedman | 1 | -0/+6 |
2013-08-06 | Started implementing variable templates. Top level declarations should be ful... | Larisse Voufo | 1 | -0/+8 |
2013-05-11 | C++1y deduced return types: when we deduce a return type for a function which | Richard Smith | 1 | -0/+6 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -1/+0 |
2012-03-08 | Replace MarkVarRequired with a more generic | Rafael Espindola | 1 | -2/+2 |
2012-03-05 | Fix a small difference in sema and codegen views of what needs to be output. | Rafael Espindola | 1 | -0/+5 |
2012-02-10 | [libclang] Indexing API: Fully index implict template instantiations. | Argyrios Kyrtzidis | 1 | -0/+5 |
2012-02-10 | Add ArrayRef goodness in MultiplexASTMutationListener. | Argyrios Kyrtzidis | 1 | -3/+3 |
2012-02-10 | Update MultiplexASTMutationListener with the missing methods from ASTMutation... | Argyrios Kyrtzidis | 1 | -0/+18 |