Chromium Code Reviews| Index: tools/clang/plugins/tests/test.sh |
| diff --git a/tools/clang/plugins/tests/test.sh b/tools/clang/plugins/tests/test.sh |
| index b096d1cdbdf58dddd1597bcbee487de125ea7f5a..ece9cb36bdef247ddae2770b3daea086fc4bd560 100755 |
| --- a/tools/clang/plugins/tests/test.sh |
| +++ b/tools/clang/plugins/tests/test.sh |
| @@ -43,6 +43,8 @@ do_testcase() { |
| -Xclang with-ast-visitor" |
| flags="${flags} -Xclang -plugin-arg-find-bad-constructs \ |
| -Xclang follow-macro-expansion" |
| + flags="${flags} -Xclang -plugin-arg-find-bad-constructs \ |
|
dcheng
2016/03/24 17:37:25
You might need to rebase this, since I ported the
|
| + -Xclang treat-virtuals-as-complexity" |
| local output="$("${CLANG_PATH}" -fsyntax-only -Wno-c++11-extensions \ |
| -Wno-inconsistent-missing-override \ |