aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/MultiplexConsumer.h
AgeCommit message (Expand)Author
2013-01-02Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-11Remove pointless classof()'s.Sean Silva
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-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
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-04-24Give MultiplexConsumer.h a header guard.Sebastian Redl
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber