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:
NAKAMURA Takumi 2017-04-18 12:13:30 +00:00
parent 517e3fc34c
commit 7db18e9b66
1 changed files with 2 additions and 1 deletions

View File

@ -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;