Home | History | Annotate | Download | only in Tooling
      1 // RUN: clang-check . "%s" -- -c 2>&1 | FileCheck %s
      2 
      3 // CHECK: C++ requires
      4 invalid;
      5 
      6 // FIXME: JSON doesn't like path separator '\', on Win32 hosts.
      7 // FIXME: clang-check doesn't like gcc driver on cygming.
      8 // XFAIL: cygwin,mingw32,win32
      9