diff options
| author | Reid Kleckner <rnk@google.com> | 2017-10-03 20:37:06 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2017-10-03 20:37:06 +0000 |
| commit | 3c8262136c16983be760bb788aa4b538f04a1637 (patch) | |
| tree | 6801a49e88e66e1c00562d89a1a9a6dd7ecf8cba | |
| parent | bc66947433e2a6291d85ec88b7cd7ce2e0ea438f (diff) | |
| download | bcm5719-llvm-3c8262136c16983be760bb788aa4b538f04a1637.tar.gz bcm5719-llvm-3c8262136c16983be760bb788aa4b538f04a1637.zip | |
Fix hicpp-signed-bitwise.cpp test on Windows, where the MSVC ABI changes enum underlying types
llvm-svn: 314840
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp b/clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp index 016a3336255..469256df139 100644 --- a/clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp +++ b/clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp @@ -1,4 +1,4 @@ -// RUN: %check_clang_tidy %s hicpp-signed-bitwise %t -- -- -std=c++11 +// RUN: %check_clang_tidy %s hicpp-signed-bitwise %t -- -- -std=c++11 --target=x86_64-linux // These could cause false positives and should not be considered. struct StreamClass { |

