Tweak comment above DiagGroup<"all">.

llvm-svn: 150600
This commit is contained in:
Nico Weber 2012-02-15 18:18:51 +00:00
parent 2aa9a38b67
commit a92c1eed0f
1 changed files with 3 additions and 1 deletions

View File

@ -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.