aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/conditional-expr.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-04-05Properly implement the C rules for composite types for qualified pointers in ...Eli Friedman1-0/+17
2011-07-21Remove warning for conditional operands of differend signedness from -Wsign-c...Richard Trieu1-10/+15
2011-02-18Initial steps to improve diagnostics when there is a NULL andChandler Carruth1-0/+13
2010-05-06Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall1-1/+8
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor1-4/+4
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-06Turn off -Wsign-compare warnings by defaultDouglas Gregor1-1/+1
2009-11-05Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall1-0/+19
2009-04-08Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error-...Steve Naroff1-0/+9
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-05-12Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types...Steve Naroff1-0/+4
2008-02-13Fix a minor bug in isNullPointerConstant triggered by the linux Eli Friedman1-0/+3
2008-02-12Make typechecking for enum+int compatibility stricter.Eli Friedman1-0/+4
2008-02-12Fix type compatibility between constant and variable arrays.Eli Friedman1-0/+5
2008-02-10Add a couple of sema tests for qualifiers with conditionals containing Eli Friedman1-0/+4
2008-01-30Fix test case and add a FIXME.Steve Naroff1-1/+2
2008-01-14Revert r45951, Chris says it violates the C99 spec.Steve Naroff1-2/+2
2008-01-14Rewrite Expr::isNullPointerConstant() to deal with multiple levels of explici...Steve Naroff1-4/+8
2008-01-13Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules.Steve Naroff1-1/+1
2008-01-08Fix Sema::CheckConditionalOperands(). The null pointer constant checks need t...Steve Naroff1-0/+17