summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/MultiplexConsumer.h
Commit message (Expand)AuthorAgeFilesLines
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-1/+1
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-1/+1
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-1/+1
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-2/+0
* Serialize `#pragma comment`.Nico Weber2016-03-021-2/+0
* [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer.Argyrios Kyrtzidis2016-02-091-0/+1
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+1
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-151-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie2014-07-161-0/+6
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-15/+15
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-1/+0
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Remove pointless classof()'s.Sean Silva2012-10-111-1/+0
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-1/+1
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+1
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+3
* ArrayRef goodness in MultiplexConsumer, no functionality change.Argyrios Kyrtzidis2012-02-041-1/+2
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-281-0/+1
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-1/+1
* Give MultiplexConsumer.h a header guard.Sebastian Redl2011-04-241-0/+5
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-0/+54