diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-08-30 16:34:51 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-08-30 16:34:51 +0000 |
commit | 89e8d5e9557d29148c9ff118b0e5eb9e6a3a5277 (patch) | |
tree | 51cdaa878d6df76e729ee5a800977c30bfeab678 | |
parent | baae732946fb7c5dc9173937fa6edc81d1f52049 (diff) | |
download | bcm5719-llvm-89e8d5e9557d29148c9ff118b0e5eb9e6a3a5277.tar.gz bcm5719-llvm-89e8d5e9557d29148c9ff118b0e5eb9e6a3a5277.zip |
clang-tools-extra/test/clang-tidy/hicpp-signed-bitwise.cpp: Appease *-win32 to add explicit triple.
llvm-svn: 312137
-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 7da9a9e5a39..7905f966522 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 +// RUN: %check_clang_tidy %s hicpp-signed-bitwise %t -- -- -std=c++11 -target x86_64-unknown-unknown // These could cause false positives and should not be considered. struct StreamClass { |