aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticGroups.td
AgeCommit message (Expand)Author
2009-07-30Add support for -Wno-long-long.Eli Friedman
2009-07-22Make -Wreturn-type be part of -Wmost and therefore -Wall.Mike Stump
2009-07-09Sema check on out of order object initialization ofFariborz Jahanian
2009-06-19Keep track of when declarations are "used" according to C andDouglas Gregor
2009-06-17Place -Wreadonly-setter-attrs under -Wmost option group.Fariborz Jahanian
2009-06-16Don't warn about -Winvalid-pch or -Wno-invalid-pch. Since we don'tDouglas Gregor
2009-06-16Add -Wundeclared-selector to -Wmost options group.Fariborz Jahanian
2009-06-15accept and ignore -Wdiv-by-zeroChris Lattner
2009-06-08teach clang that -Wunused turns on all unused warnings, even though mostChris Lattner
2009-06-03Add support for -Wempty-body.Eli Friedman
2009-05-25move some format group options around in the file. Move NonNull group intoChris Lattner
2009-05-14In C++, warn when something previously declared as a "struct" is laterDouglas Gregor
2009-05-02Downgrade the invalid offsetof error to a warning.Anders Carlsson
2009-05-01Add support for -Wno-format-zero-length.Eli Friedman
2009-04-30Name the "return-type" DiagGroup and reference it in a few places.Steve Naroff
2009-04-30accept and ignore two new warning specifiers. -Wno-discard-qual seems easy Chris Lattner
2009-04-29accept and ignore two new warning options. PR410[45]Chris Lattner
2009-04-29implement -Wformat-security properly, which is enabled by default.Chris Lattner
2009-04-29Wire up -Wformat=2 and -Wformat-extra-argsChris Lattner
2009-04-29-Wformat should depend on format-extra-args so that -Wformat impliesChris Lattner
2009-04-29tweak warning options to be more like gcc:Chris Lattner
2009-04-28add support for -Wendif-labels, PR4101Chris Lattner
2009-04-28Implement -Wfour-char-constants, which is an extension, not an extwarn,Chris Lattner
2009-04-28implement -WmulticharChris Lattner
2009-04-23accept and ignore -WconversionChris Lattner
2009-04-23Fix rdar://6819438 - -Wmissing-noreturn not recognised by clang,Chris Lattner
2009-04-23Silence warnings about common forms of -Wstrict-aliasing etc.Chris Lattner
2009-04-20Add option groups for -Wimplicit-int and -Wimplicit.Chris Lattner
2009-04-17wire up comment diagnostics to -Wcomment, add it to -Wall. NowChris Lattner
2009-04-17move a vector conversion warning to be diabled by default (like gcc),Chris Lattner
2009-04-16-Wall is -Wmost -WparenthesesChris Lattner
2009-04-16split diagnostic group definitions out into their own file.Chris Lattner