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

Unified Diff: tools/clang/rewrite_scoped_array/Makefile

Issue 13482006: Add clang tool to rewrite scoped_array<T> to scoped_ptr<T[]>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fold into main() Created 7 years, 8 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
« no previous file with comments | « no previous file | tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/rewrite_scoped_array/Makefile
diff --git a/tools/clang/empty_string/Makefile b/tools/clang/rewrite_scoped_array/Makefile
similarity index 95%
copy from tools/clang/empty_string/Makefile
copy to tools/clang/rewrite_scoped_array/Makefile
index d44641216e164deaa3c830690fa9c038d9f64d9e..d79329cd56367b3ba4907dd644bdb752f0d13c94 100644
--- a/tools/clang/empty_string/Makefile
+++ b/tools/clang/rewrite_scoped_array/Makefile
@@ -7,7 +7,7 @@
CLANG_LEVEL := ../..
-TOOLNAME = empty_string
+TOOLNAME = rewrite_scoped_array
NO_INSTALL = 1
« no previous file with comments | « no previous file | tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698