7 lines · c
1/// Some macOS projects use -Xparser.2// RUN: %clang -c -o /dev/null -Xparser %s 2>&1 | FileCheck %s3 4// CHECK: warning: argument unused during compilation: '-Xparser' [-Wunused-command-line-argument]5 6void f(void) {}7 1/// Some macOS projects use -Xparser.2// RUN: %clang -c -o /dev/null -Xparser %s 2>&1 | FileCheck %s3 4// CHECK: warning: argument unused during compilation: '-Xparser' [-Wunused-command-line-argument]5 6void f(void) {}7