summaryrefslogtreecommitdiff
path: root/test/Sema/conditional-expr.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix for crash on conditional operation with address_space pointerLeonard Chan2018-08-071-2/+2
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Properly implement the C rules for composite types for qualified pointers in ...Eli Friedman2012-04-051-0/+17
* Remove warning for conditional operands of differend signedness from -Wsign-c...Richard Trieu2011-07-211-10/+15
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-181-0/+13
* Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall2010-05-061-1/+8
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Turn off -Wsign-compare warnings by defaultDouglas Gregor2009-11-061-1/+1
* Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall2009-11-051-0/+19
* Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error-...Steve Naroff2009-04-081-0/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* 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