aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/MultiplexConsumer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-15Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber1-3/+2
2014-11-11[OPENMP] Codegen for threadprivate variablesAlexey Bataev1-0/+6
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-58/+53
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-53/+58
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-58/+53
2014-07-16DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie1-0/+25
2014-05-23Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg1-0/+5
2014-03-13[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-26/+25
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-4/+3
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2013-09-05Note when a decl is used in AST files.Eli Friedman1-0/+6
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo1-0/+8
2013-05-11C++1y deduced return types: when we deduce a return type for a function whichRichard Smith1-0/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+0
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola1-2/+2
2012-03-05Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola1-0/+5
2012-02-10[libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis1-0/+5
2012-02-10Add ArrayRef goodness in MultiplexASTMutationListener.Argyrios Kyrtzidis1-3/+3
2012-02-10Update MultiplexASTMutationListener with the missing methods from ASTMutation...Argyrios Kyrtzidis1-0/+18