aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/conditional-expr.c
AgeCommit message (Expand)Author
2009-11-06Turn off -Wsign-compare warnings by defaultDouglas Gregor
2009-11-05Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall
2009-04-08Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error-...Steve Naroff
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-05-12Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types...Steve Naroff
2008-02-13Fix a minor bug in isNullPointerConstant triggered by the linux Eli Friedman
2008-02-12Make typechecking for enum+int compatibility stricter.Eli Friedman
2008-02-12Fix type compatibility between constant and variable arrays.Eli Friedman
2008-02-10Add a couple of sema tests for qualifiers with conditionals containing Eli Friedman
2008-01-30Fix test case and add a FIXME.Steve Naroff
2008-01-14Revert r45951, Chris says it violates the C99 spec.Steve Naroff
2008-01-14Rewrite Expr::isNullPointerConstant() to deal with multiple levels of explici...Steve Naroff
2008-01-13Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules.Steve Naroff
2008-01-08Fix Sema::CheckConditionalOperands(). The null pointer constant checks need t...Steve Naroff