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 320fd1601ac6f9e36fa3d87a6aff86579d801897..ac941d747cdf7701a6341c943ac5c4e9b0c8fd76 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 check-url-directory |
|
tfarina
2014/03/18 13:36:41
So I added it in - https://codereview.chromium.org
|
| + -Xclang -add-plugin -Xclang find-bad-constructs |