Skip to content
Snippets Groups Projects
Commit 06c45a62 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

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
parent 82deeaf5
No related branches found
No related tags found
No related merge requests found
// REQUIRES: x86-registered-target // 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 // expected-no-diagnostics
void __forceinline InterlockedBitTestAndSet (long *Base, long Bit) void __forceinline InterlockedBitTestAndSet (long *Base, long Bit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment