summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/conditional-expr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types...Steve Naroff2008-05-121-0/+4
* Fix a minor bug in isNullPointerConstant triggered by the linux Eli Friedman2008-02-131-0/+3
* Make typechecking for enum+int compatibility stricter.Eli Friedman2008-02-121-0/+4
* Fix type compatibility between constant and variable arrays.Eli Friedman2008-02-121-0/+5
* Add a couple of sema tests for qualifiers with conditionals containing Eli Friedman2008-02-101-0/+4
* Fix test case and add a FIXME.Steve Naroff2008-01-301-1/+2
* Revert r45951, Chris says it violates the C99 spec.Steve Naroff2008-01-141-2/+2
* Rewrite Expr::isNullPointerConstant() to deal with multiple levels of explici...Steve Naroff2008-01-141-4/+8
* Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules.Steve Naroff2008-01-131-1/+1
* Fix Sema::CheckConditionalOperands(). The null pointer constant checks need t...Steve Naroff2008-01-081-0/+17
OpenPOWER on IntegriCloud