summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/MultiplexConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR29097: add an update record when we instantiate the default memberRichard Smith2016-08-241-0/+6
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-3/+4
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+6
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-2/+2
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-2/+2
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-2/+2
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-5/+0
* Serialize `#pragma comment`.Nico Weber2016-03-021-10/+0
* [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer.Argyrios Kyrtzidis2016-02-091-0/+7
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+5
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-2/+2
* Only instantiate a default argument once.John McCall2016-01-061-0/+6
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-10/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+9
* Add missing overrides to MultiplexConsumer. Test coverage will beAdrian Prantl2015-06-181-0/+26
* Refactor: when exposing a definition in some module, provide listeners with theRichard Smith2015-05-151-5/+4
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-041-3/+4
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+7
* [modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith2015-03-101-0/+7
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-27/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+27
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-27/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-0/+27
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-27/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+27
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-27/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+27
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-27/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+27
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-151-3/+2
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+6
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-58/+53
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-53/+58
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-58/+53
* DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie2014-07-161-0/+25
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-0/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-26/+25
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-4/+3
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Note when a decl is used in AST files.Eli Friedman2013-09-051-0/+6
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+8
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-111-0/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-2/+2
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+5
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+5
* Add ArrayRef goodness in MultiplexASTMutationListener.Argyrios Kyrtzidis2012-02-101-3/+3
* Update MultiplexASTMutationListener with the missing methods from ASTMutation...Argyrios Kyrtzidis2012-02-101-0/+18