mirror of https://github.com/microsoft/clang.git
This test case does not require -Wno-missing-declarations or -x objective-c++.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
82deeaf575
commit
06c45a6225
|
@ -1,5 +1,5 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// RUN: %clang_cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions -Wno-missing-declarations -x objective-c++ %s
|
||||
// RUN: %clang_cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
void __forceinline InterlockedBitTestAndSet (long *Base, long Bit)
|
||||
|
|
Loading…
Reference in New Issue