Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / print-diagnostic-options.c
blobfc6d1bf2eff535b800c3e8bd27357cf86d304bd3
1 // Test that -print-diagnostic-options prints warning groups and disablers
3 // RUN: %clang -print-diagnostic-options | FileCheck %s
5 // CHECK: -W
6 // CHECK: -Wno-
7 // CHECK: -W#pragma-messages
8 // CHECK: -Wno-#pragma-messages
9 // CHECK: -W#warnings
10 // CHECK: -Wabi
11 // CHECK: -Wno-abi
12 // CHECK: -Wall
13 // CHECK: -Wno-all