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