[clang-tools-extra] r287546 - clang-tidy: Attempt to fix build bot failure with mismatching size_t platform type.
Daniel Marjamaki via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 21 07:46:40 PST 2016
Author: danielmarjamaki
Date: Mon Nov 21 09:46:40 2016
New Revision: 287546
URL: http://llvm.org/viewvc/llvm-project?rev=287546&view=rev
Log:
clang-tidy: Attempt to fix build bot failure with mismatching size_t platform type.
Modified:
clang-tools-extra/trunk/test/clang-tidy/readability-redundant-declaration.cpp
Modified: clang-tools-extra/trunk/test/clang-tidy/readability-redundant-declaration.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-redundant-declaration.cpp?rev=287546&r1=287545&r2=287546&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/readability-redundant-declaration.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/readability-redundant-declaration.cpp Mon Nov 21 09:46:40 2016
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s readability-redundant-declaration %t
+// RUN: %check_clang_tidy %s readability-redundant-declaration %t -- -- -target x86_64-unknown-unknown
extern int Xyz;
extern int Xyz;
More information about the cfe-commits
mailing list