Age | Commit message (Expand) | Author | Files | Lines |
2024-09-23 | [clang-repl] Simplify the value printing logic to enable out-of-process. (#10... | Vassil Vassilev | 1 | -0/+7 |
2024-08-12 | [Serialization] Add a callback to register new created predefined decls for D... | Chuanqi Xu | 1 | -0/+5 |
2024-07-05 | [BPF] Fix linking issues in static map initializers (#91310) | Nick Zavaritsky | 1 | -1/+1 |
2024-05-13 | [NFC] [Serialization] Merge IdentID with IdentifierID | Chuanqi Xu | 1 | -1/+1 |
2024-04-25 | [NFC] [Serialization] Avoid using DeclID directly as much as possible | Chuanqi Xu | 1 | -1/+2 |
2024-04-25 | Revert "[NFC] [Serialization] Avoid using DeclID directly as much as possible" | Chuanqi Xu | 1 | -2/+1 |
2024-04-25 | [NFC] [Serialization] Avoid using DeclID directly as much as possible | Chuanqi Xu | 1 | -1/+2 |
2024-04-25 | [NFC] Move DeclID from serialization/ASTBitCodes.h to AST/DeclID.h (#89873) | Chuanqi Xu | 1 | -2/+1 |
2024-04-18 | [C++20] [Modules] Avoid writing untouched DeclUpdates from GMF in | Chuanqi Xu | 1 | -0/+29 |
2022-04-11 | [Clang] Override method ModuleImportRead in MultiplexASTDeserializationListener | Guoxiong Li | 1 | -0/+6 |
2022-01-02 | [clang] Remove redundant member initialization (NFC) | Kazu Hirata | 1 | -2/+2 |
2019-12-22 | [AST] Add missing MultiplexConsumer::CompleteExternalDeclaration | Reid Kleckner | 1 | -0/+5 |
2019-08-14 | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -2/+2 |
2019-03-07 | [OPENMP 5.0]Add initial support for 'allocate' directive. | Alexey Bataev | 1 | -0/+6 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -3/+3 |
2018-04-27 | Make MultiplexASTDeserializationListener part of the API [NFC] | Raphael Isemann | 1 | -24/+0 |
2017-12-05 | Generalize "static data member instantiated" notification to cover variable t... | Richard Smith | 1 | -10/+15 |
2017-10-13 | Support for destroying operator delete, per C++2a proposal P0722. | Richard Smith | 1 | -3/+4 |
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 |