]> granicus.if.org Git - clang/history - include/clang/Frontend/MultiplexConsumer.h
Header guard canonicalization, clang part.
[clang] / include / clang / Frontend / MultiplexConsumer.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-16 David BlaikieDebugInfo: Forward HandleTagDeclRequiredDefinition...
2014-05-23 Hans WennborgEmit used/dllexport inline method definitions in nested...
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Ahmed Charles[C++11] Remove the remaining uses of OwningPtr.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2013-01-02 Chandler CarruthRe-sort #include lines using the llvm/utils/sort_includ...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-03-08 Rafael EspindolaReplace MarkVarRequired with a more generic
2012-03-05 Rafael EspindolaFix a small difference in sema and codegen views of...
2012-02-10 Argyrios Kyrtzidis[libclang] Indexing API: Fully index implict template...
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2012-02-04 Argyrios KyrtzidisArrayRef goodness in MultiplexConsumer, no functionalit...
2011-11-28 Argyrios Kyrtzidis[libclang] Indexing API: If the client requested to...
2011-11-18 Argyrios KyrtzidisChange ASTConsumer::HandleTopLevelDecl to return true...
2011-04-24 Sebastian RedlGive MultiplexConsumer.h a header guard.
2011-01-25 Nico WeberAdd -add-plugin flag, which runs plugins in addition...