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

Unified Diff: trunk/src/tools/clang/scripts/plugin_flags.sh

Issue 211493005: Revert 259371 "clang roll 198389:202554 reloaded" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « trunk/src/tools/clang/scripts/package.sh ('k') | trunk/src/tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/clang/scripts/plugin_flags.sh
===================================================================
--- trunk/src/tools/clang/scripts/plugin_flags.sh (revision 259377)
+++ trunk/src/tools/clang/scripts/plugin_flags.sh (working copy)
@@ -17,4 +17,6 @@
fi
echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \
- -Xclang -add-plugin -Xclang find-bad-constructs
+ -Xclang -add-plugin -Xclang find-bad-constructs \
+ -Xclang -plugin-arg-find-bad-constructs \
+ -Xclang check-url-directory
« no previous file with comments | « trunk/src/tools/clang/scripts/package.sh ('k') | trunk/src/tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698