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

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

Issue 598073004: Proof of concept fixit rewriting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@virt-annotations
Patch Set: rebase Created 5 years, 11 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/apply-fixits.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/plugin_flags.sh
diff --git a/tools/clang/scripts/plugin_flags.sh b/tools/clang/scripts/plugin_flags.sh
index 76a82c5c2df4633c78989c296022eaa0e28e9184..2c23a8a6b9273334108b48106f353ab5f1a88b67 100755
--- a/tools/clang/scripts/plugin_flags.sh
+++ b/tools/clang/scripts/plugin_flags.sh
@@ -18,4 +18,5 @@ fi
echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \
-Xclang -add-plugin -Xclang find-bad-constructs -Xclang \
- -plugin-arg-find-bad-constructs -Xclang check-weak-ptr-factory-order
+ -plugin-arg-find-bad-constructs -Xclang check-weak-ptr-factory-order \
+ -ferror-limit=0 -fdiagnostics-parseable-fixits
« no previous file with comments | « tools/clang/scripts/apply-fixits.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698