Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types... | Steve Naroff | 2008-05-12 | 1 | -0/+4 |
* | Fix a minor bug in isNullPointerConstant triggered by the linux | Eli Friedman | 2008-02-13 | 1 | -0/+3 |
* | Make typechecking for enum+int compatibility stricter. | Eli Friedman | 2008-02-12 | 1 | -0/+4 |
* | Fix type compatibility between constant and variable arrays. | Eli Friedman | 2008-02-12 | 1 | -0/+5 |
* | Add a couple of sema tests for qualifiers with conditionals containing | Eli Friedman | 2008-02-10 | 1 | -0/+4 |
* | Fix test case and add a FIXME. | Steve Naroff | 2008-01-30 | 1 | -1/+2 |
* | Revert r45951, Chris says it violates the C99 spec. | Steve Naroff | 2008-01-14 | 1 | -2/+2 |
* | Rewrite Expr::isNullPointerConstant() to deal with multiple levels of explici... | Steve Naroff | 2008-01-14 | 1 | -4/+8 |
* | Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. | Steve Naroff | 2008-01-13 | 1 | -1/+1 |
* | Fix Sema::CheckConditionalOperands(). The null pointer constant checks need t... | Steve Naroff | 2008-01-08 | 1 | -0/+17 |