hanchenye-llvm-project/clang/test/Tooling/clang-check-args.cpp

8 lines
167 B
C++
Raw Normal View History

// RUN: clang-check . "%s" -- -c 2>&1 | FileCheck %s
// CHECK: C++ requires
invalid;
// FIXME: JSON doesn't like path separator '\', on Win32 hosts.
// XFAIL: win32