forked from OSchip/llvm-project
parent
2aa9a38b67
commit
a92c1eed0f
|
@ -334,7 +334,9 @@ def Most : DiagGroup<"most", [
|
|||
// Thread Safety warnings
|
||||
def ThreadSafety : DiagGroup<"thread-safety">;
|
||||
|
||||
// -Wall is -Wmost -Wparentheses -Wdangling-else -Wswitch
|
||||
// Note that putting warnings in -Wall will not disable them by default. If a
|
||||
// warning should be active _only_ when -Wall is passed in, mark it as
|
||||
// DefaultIgnore in addition to putting it here.
|
||||
def : DiagGroup<"all", [Most, Parentheses, Switch]>;
|
||||
|
||||
// Aliases.
|
||||
|
|
Loading…
Reference in New Issue