Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: tools/clang/plugins/FindBadConstructsAction.h

Issue 453513004: Roll Clang 214024:216630 (+216684) and switch to CMake (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fix blink-gc plugin flags, disable -Wundefined-bool-conversion while testing Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/clang/plugins/FindBadConstructsAction.h
diff --git a/tools/clang/plugins/FindBadConstructsAction.h b/tools/clang/plugins/FindBadConstructsAction.h
index 887d339cca7bdbcc077bd318c579ec44e430c570..383db84206d41d5b9a1f5aa1a6fc0c698ac0ef53 100644
--- a/tools/clang/plugins/FindBadConstructsAction.h
+++ b/tools/clang/plugins/FindBadConstructsAction.h
@@ -17,7 +17,7 @@ class FindBadConstructsAction : public clang::PluginASTAction {
protected:
// Overridden from PluginASTAction:
- virtual clang::ASTConsumer* CreateASTConsumer(
+ virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
clang::CompilerInstance& instance,
llvm::StringRef ref);
virtual bool ParseArgs(const clang::CompilerInstance& instance,

Powered by Google App Engine
This is Rietveld 408576698