aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/MultiplexConsumer.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-23[clang-repl] Simplify the value printing logic to enable out-of-process. (#10...Vassil Vassilev1-0/+7
2024-08-12[Serialization] Add a callback to register new created predefined decls for D...Chuanqi Xu1-0/+5
2024-07-05[BPF] Fix linking issues in static map initializers (#91310)Nick Zavaritsky1-1/+1
2024-05-13[NFC] [Serialization] Merge IdentID with IdentifierIDChuanqi Xu1-1/+1
2024-04-25[NFC] [Serialization] Avoid using DeclID directly as much as possibleChuanqi Xu1-1/+2
2024-04-25Revert "[NFC] [Serialization] Avoid using DeclID directly as much as possible"Chuanqi Xu1-2/+1
2024-04-25[NFC] [Serialization] Avoid using DeclID directly as much as possibleChuanqi Xu1-1/+2
2024-04-25[NFC] Move DeclID from serialization/ASTBitCodes.h to AST/DeclID.h (#89873)Chuanqi Xu1-2/+1
2024-04-18[C++20] [Modules] Avoid writing untouched DeclUpdates from GMF inChuanqi Xu1-0/+29
2022-04-11[Clang] Override method ModuleImportRead in MultiplexASTDeserializationListenerGuoxiong Li1-0/+6
2022-01-02[clang] Remove redundant member initialization (NFC)Kazu Hirata1-2/+2
2019-12-22[AST] Add missing MultiplexConsumer::CompleteExternalDeclarationReid Kleckner1-0/+5
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-03-07[OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev1-0/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-3/+3
2018-04-27Make MultiplexASTDeserializationListener part of the API [NFC]Raphael Isemann1-24/+0
2017-12-05Generalize "static data member instantiated" notification to cover variable t...Richard Smith1-10/+15
2017-10-13Support for destroying operator delete, per C++2a proposal P0722.Richard Smith1-3/+4
2016-08-24PR29097: add an update record when we instantiate the default memberRichard Smith1-0/+6
2016-05-09[OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin1-3/+4
2016-04-06[OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin1-0/+6
2016-03-30For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann1-2/+2
2016-03-17Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner1-2/+2
2016-03-17For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner1-2/+2
2016-03-02Serialize `#pragma detect_mismatch`.Nico Weber1-5/+0
2016-03-02Serialize `#pragma comment`.Nico Weber1-10/+0
2016-02-09[Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer.Argyrios Kyrtzidis1-0/+7
2016-01-26[MS ABI] Allow a member pointers' converted type to changeDavid Majnemer1-0/+5
2016-01-16Introduce -fsanitize-stats flag.Peter Collingbourne1-2/+2
2016-01-06Only instantiate a default argument once.John McCall1-0/+6
2015-11-03Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor1-10/+0
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-06-26[ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov1-0/+9
2015-06-18Add missing overrides to MultiplexConsumer. Test coverage will beAdrian Prantl1-0/+26
2015-05-15Refactor: when exposing a definition in some module, provide listeners with theRichard Smith1-5/+4
2015-05-04Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith1-3/+4
2015-03-26[modules] If we reach a definition of a class for which we already have aRichard Smith1-0/+7
2015-03-10[modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith1-0/+7
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-27/+0
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-0/+27
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-27/+0
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-0/+27
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-27/+0
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-0/+27
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-27/+0
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-0/+27
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-27/+0
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-0/+27