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

Unified Diff: tools/clang/scripts/update.sh

Issue 12746010: Implement clang tool that converts std::string("") to std::string(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whee Created 7 years, 9 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
« tools/clang/scripts/run_tool.py ('K') | « tools/clang/scripts/run_tool.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index ed316be8c153f1458b0c4558ba239e7483c337c4..f6838015bde59605204e7e9dbc45ebdba16046da 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -375,7 +375,7 @@ fi
# Build Chrome-specific clang tools. Paths in this list should be relative to
# tools/clang.
-CHROME_TOOL_DIRS="plugins"
+CHROME_TOOL_DIRS="empty_string plugins"
Nico 2013/03/27 16:35:29 Hm, this means that everyone building clang locall
dcheng 2013/03/28 00:10:17 I added (another) command-line argument instead, s
# For each tool directory, copy it into the clang tree and use clang's build
# system to compile it.
for CHROME_TOOL_DIR in ${CHROME_TOOL_DIRS}; do
« tools/clang/scripts/run_tool.py ('K') | « tools/clang/scripts/run_tool.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698