aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/MultiplexConsumer.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola
2012-03-05Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola
2012-02-10[libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis
2012-02-10Add ArrayRef goodness in MultiplexASTMutationListener.Argyrios Kyrtzidis
2012-02-10Update MultiplexASTMutationListener with the missing methods from ASTMutation...Argyrios Kyrtzidis
2012-02-04ArrayRef goodness in MultiplexConsumer, no functionality change.Argyrios Kyrtzidis
2011-11-28[libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis
2011-09-15[PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis
2011-04-29Add a decl update when a static data member of a class template is instantiat...Sebastian Redl
2011-04-24Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl
2011-04-14Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber