1 // RUN: %clang -fsyntax-only -Werror -xc %s
2 // RUN: %clang -fsyntax-only -Werror %s -xc %s
4 // RUN: %clang -fsyntax-only %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
5 // RUN: %clang -fsyntax-only -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
6 // RUN: %clang -fsyntax-only %s -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
7 // CHECK: '-x c++' after last input file has no effect
9 // RUN: not %clang_cl /WX /clang:-xc /clang:-E /clang:-dM -- %s 2>&1 | FileCheck --implicit-check-not="error:" -check-prefix=CL %s
10 // RUN: not %clang_cl /TC /WX /clang:-xc /clang:-E /clang:-dM -- %s 2>&1 | FileCheck --implicit-check-not="error:" -check-prefix=CL %s
11 // CL: error: unsupported option '-x c'; did you mean '/TC' or '/TP'?