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 76a82c5c2df4633c78989c296022eaa0e28e9184..91692c10e82add1b4b202ebf8c8943cd4742f41a 100755 |
| --- a/tools/clang/scripts/plugin_flags.sh |
| +++ b/tools/clang/scripts/plugin_flags.sh |
| @@ -19,3 +19,4 @@ 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 strict-virtual-specifiers |
|
hans
2015/02/18 18:25:51
I think this needs more -Xclang?
dcheng
2015/02/18 19:33:06
Yeah, I had another typo too. Fixed.
|