from a source file and changes clang-check to make use of this. This makes clang-check just work on in-tree builds, and allows easy setup via a symlink per source directory to make clang-check work without any extra configuration. llvm-svn: 159990
8 lines
173 B
C++
8 lines
173 B
C++
// RUN: clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
|
|
|
|
// CHECK: C++ requires
|
|
invalid;
|
|
|
|
// FIXME: This is incompatible to -fms-compatibility.
|
|
// XFAIL: win32
|