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

Unified Diff: tools/clang/rewrite_scoped_ptr_ctor_null/Makefile

Issue 16606002: Tool to fix calls to scoped_ptr<T>(NULL) to use the default ctor instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/rewrite_scoped_ptr_ctor_null/Makefile
diff --git a/tools/clang/rewrite_scoped_array/Makefile b/tools/clang/rewrite_scoped_ptr_ctor_null/Makefile
similarity index 94%
copy from tools/clang/rewrite_scoped_array/Makefile
copy to tools/clang/rewrite_scoped_ptr_ctor_null/Makefile
index d79329cd56367b3ba4907dd644bdb752f0d13c94..f807d89c9ae1ab800cf0682c50d30f65913e37a5 100644
--- a/tools/clang/rewrite_scoped_array/Makefile
+++ b/tools/clang/rewrite_scoped_ptr_ctor_null/Makefile
@@ -7,7 +7,7 @@
CLANG_LEVEL := ../..
-TOOLNAME = rewrite_scoped_array
+TOOLNAME = rewrite_scoped_ptr_ctor_null
NO_INSTALL = 1

Powered by Google App Engine
This is Rietveld 408576698