[clang] [clang][driver] Support `-x` for all languages in CL mode (PR #89772)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 07:12:08 PDT 2024


================
@@ -5,7 +5,3 @@
 // RUN: %clang -fsyntax-only -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
 // RUN: %clang -fsyntax-only %s -xc %s -xc++ -fsyntax-only 2>&1 | FileCheck %s
 // CHECK: '-x c++' after last input file has no effect
-
-// RUN: not %clang_cl /WX /clang:-xc /clang:-E /clang:-dM -- %s 2>&1 | FileCheck --implicit-check-not="error:" -check-prefix=CL %s
----------------
huangqinjin wrote:

Added a simple test to demonstrate the availability of `-x` option.

https://github.com/llvm/llvm-project/pull/89772


More information about the cfe-commits mailing list