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