brintos

brintos / llvm-project-archived public Read only

0
0
Text · 343 B · a574503 Raw
8 lines · c
1/// -fdiagnostics-show-option is the default2// RUN: %clang -### -c %s 2>&1 | FileCheck --check-prefix=ENABLED %s3// ENABLED-NOT: "-fno-diagnostics-show-option"4 5// RUN: %clang -### -c %s -fdiagnostics-show-option -fno-diagnostics-show-option 2>&1 | \6// RUN:   FileCheck --check-prefix=DISABLED %s7// DISABLED: "-fno-diagnostics-show-option"8