Chromium Code Reviews| Index: tools/clang/scripts/plugin_flags.sh |
| diff --git a/tools/clang/scripts/plugin_flags.sh b/tools/clang/scripts/plugin_flags.sh |
| index 92eaad9626b059f37750177f8faa67d3195ba642..0d8dea566bfd23f59ba6e436d98bfd9da5e97c45 100755 |
| --- a/tools/clang/scripts/plugin_flags.sh |
| +++ b/tools/clang/scripts/plugin_flags.sh |
| @@ -17,6 +17,4 @@ else |
| fi |
| echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \ |
| - -Xclang -add-plugin -Xclang find-bad-constructs \ |
| - -Xclang -plugin-arg-find-bad-constructs \ |
| - -Xclang skip-virtuals-in-implementations |
| + -Xclang -add-plugin -Xclang find-bad-constructs |