[clang] [Clang][Driver] Warn about `-c/-S` with `-fsyntax-only` (PR #98607)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 14 23:12:44 PDT 2024


================
@@ -0,0 +1,9 @@
+// RUN: %clang -fsyntax-only -S %s 2>&1 | FileCheck %s --check-prefix=CHECK-ASM
----------------
MaskRay wrote:

Perhaps just warn-fsyntax-only.c

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


More information about the cfe-commits mailing list