forked from OSchip/llvm-project
clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp: Appease targeting msvc with -fno-ms-extensions.
FIXME: This may work with -target x86_64-win32. llvm-svn: 300545
This commit is contained in:
parent
517e3fc34c
commit
7db18e9b66
|
@ -1,4 +1,5 @@
|
|||
// RUN: %check_clang_tidy %s performance-inefficient-vector-operation %t -- -format-style=llvm --
|
||||
// RUN: %check_clang_tidy %s performance-inefficient-vector-operation %t -- -format-style=llvm -- -fno-ms-extensions
|
||||
// FIXME: This may work with -target x86_64-win32.
|
||||
|
||||
typedef int size_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue