repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
Driver
/
print-diagnostic-options.c
blob
fc6d1bf2eff535b800c3e8bd27357cf86d304bd3
1
// Test that -print-diagnostic-options prints warning groups and disablers
2
3
// RUN: %clang -print-diagnostic-options | FileCheck %s
4
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