summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/MultiplexConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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