summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/MultiplexConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* ArrayRef goodness in MultiplexConsumer, no functionality change.Argyrios Kyrtzidis2012-02-041-2/+3
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-281-2/+8
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+2
* [PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis2011-09-151-2/+2
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-0/+6
* Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl2011-04-241-0/+6
* Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl2011-04-141-0/+7
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-0/+221
OpenPOWER on IntegriCloud