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

Unified Diff: tools/clang/scripts/plugin_flags.py

Issue 980523002: Roll Clang 223108:231191 (Closed) Base URL: precise:/work/chromium/src@clang_roll_231191
Patch Set: Rebase on top of recent update.sh change Created 5 years, 10 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 | « tools/clang/scripts/package.sh ('k') | tools/clang/scripts/repackage.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/plugin_flags.py
diff --git a/tools/clang/scripts/plugin_flags.py b/tools/clang/scripts/plugin_flags.py
index ae581999d1bb2d720496b69ee28e8e06a9731b58..3f61d6bd2a26f4c729d37dd5f5fb2f1ddc6c0af6 100755
--- a/tools/clang/scripts/plugin_flags.py
+++ b/tools/clang/scripts/plugin_flags.py
@@ -26,8 +26,4 @@ LIB_PATH = os.path.join(
'libFindBadConstructs.' + LIBSUFFIX)
print ('-Xclang -load -Xclang %s'
- ' -Xclang -add-plugin -Xclang find-bad-constructs'
- ' -Xclang -plugin-arg-find-bad-constructs'
- ' -Xclang check-weak-ptr-factory-order'
- ' -Xclang -plugin-arg-find-bad-constructs'
- ' -Xclang strict-virtual-specifiers') % LIB_PATH
+ ' -Xclang -add-plugin -Xclang find-bad-constructs') % LIB_PATH
« no previous file with comments | « tools/clang/scripts/package.sh ('k') | tools/clang/scripts/repackage.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698