Age | Commit message (Expand) | Author |
2013-03-18 | Diagnose uses of 'alignof' on functions in -pedantic mode. | Richard Smith |
2012-11-02 | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman |
2012-05-15 | Further improvement to wording of overload resolution diagnostics, and including | Richard Smith |
2012-05-11 | PR11857: When the wrong number of arguments are provided for a function | Richard Smith |
2011-08-15 | Add fixit notes for -Wconstant-logical-operand. | Matt Beaumont-Gay |
2011-07-29 | Fix an inconsistency in Sema::ConvertArgumentsForCall in that | Peter Collingbourne |
2011-05-31 | Expand the coverage of the warning for constants on the RHS of logical operands: | Chandler Carruth |
2011-04-26 | Emit a -Wnull-dereference warning for "*null" not just "*null = something". A... | Argyrios Kyrtzidis |
2011-04-04 | When emitting a "too many arguments to function call..." error, also include ... | Ted Kremenek |
2011-03-23 | Fix CFG-construction bug when run from AnalysisBasedWarnings::IssueWarnings()... | Ted Kremenek |
2011-02-23 | Teach CFGBuilder about null pointer constants in conditionals, and how they c... | Ted Kremenek |
2011-02-23 | Add test case (from PR 8876) for suppressing 'indirection of non-volatile nul... | Ted Kremenek |
2010-12-04 | When deciding whether to complain about the type of a boolean condition, use | John McCall |
2010-10-12 | C's comma operator performs lvalue conversion on both its operands; | John McCall |
2010-07-24 | turn down the logical bitwise confusion warning to not warn | Chris Lattner |
2010-07-15 | restrict the && -> & warning to cover a case daniel noted. | Chris Lattner |
2010-07-13 | Add a warning to catch a bug recently caught by code review, like this: | Chris Lattner |
2010-07-07 | implement PR7569, warning about assignment to null, which | Chris Lattner |
2010-04-19 | Add a testcase for PR6501 (too many/too few arguments to a function call). | Eric Christopher |
2010-04-09 | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek |
2010-01-12 | Don't emit string-comparison or self-comparison warnings in | Douglas Gregor |
2010-01-12 | use DiagRuntimeBehavior to silence the div/rem by zero warning when | Chris Lattner |
2010-01-12 | implement PR6004, warning about divide and remainder by zero. | Chris Lattner |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-05 | fix rdar://7446395, a crash on invalid, by fixing a broken assertion. | Chris Lattner |
2009-11-29 | Remove unnecessary -fblocks=0. | Daniel Dunbar |
2009-10-20 | Implement PR5242: don't desugar a type more than once in a diagnostic. This | Chris Lattner |
2009-09-14 | Update tests | Anders Carlsson |
2009-07-08 | reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. | Chris Lattner |
2009-05-22 | Parse typeof-specifier the same way as sizeof/alignof are parsed. | Argyrios Kyrtzidis |
2009-04-28 | Simplify the scheme used for keywords, and change the classification | Eli Friedman |
2009-04-15 | Improve "assignment to cast" diagnostic. | Daniel Dunbar |
2009-04-14 | Strip paren expressions when trying to diagnose "cast as lvalue" | Daniel Dunbar |
2009-04-07 | Driver: Manually translate a number of -f with no- variants options to | Daniel Dunbar |
2009-03-31 | Codegen sometimes crashes on comparisons that aren't legal, just | Chris Lattner |
2009-03-27 | Fix rdar://6719156 - clang should emit a better error when blocks are disable... | Chris Lattner |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-09 | do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase. | Chris Lattner |
2009-03-08 | undefined -> unspecified. Thanks Mike. | Chris Lattner |
2009-03-08 | implement PR3753, warning about comparisons with a string literal. | Chris Lattner |
2009-03-08 | refine the "use of unary operator that may be intended as compound assignment... | Chris Lattner |
2009-02-19 | Fix a long standard problem with clang retaining "too much" sugar | Chris Lattner |
2009-02-13 | If x is an invalid field decl, don't construct an expression for P->x, | Chris Lattner |
2009-01-24 | Implement C99 6.5.3.4p1, rejecting sizeof(bitfield) | Chris Lattner |
2009-01-24 | Fix PR3386 by handling GCC's rules for alignof, which are substantially | Chris Lattner |
2008-12-12 | add expected diag | Chris Lattner |
2008-12-12 | Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue | Chris Lattner |
2008-11-22 | add a silly testcase | Chris Lattner |
2008-11-21 | print a type in a diagnostic. | Chris Lattner |
2008-11-17 | Implement rdar://6319320: give a good diagnostic for cases where people | Chris Lattner |