summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/exprs.c
Commit message (Expand)AuthorAgeFilesLines
* Improve "assignment to cast" diagnostic.Daniel Dunbar2009-04-151-1/+2
* Strip paren expressions when trying to diagnose "cast as lvalue"Daniel Dunbar2009-04-141-0/+1
* Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar2009-04-071-1/+1
* Codegen sometimes crashes on comparisons that aren't legal, justChris Lattner2009-03-311-0/+13
* Fix rdar://6719156 - clang should emit a better error when blocks are disable...Chris Lattner2009-03-271-1/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase.Chris Lattner2009-03-091-0/+4
* undefined -> unspecified. Thanks Mike.Chris Lattner2009-03-081-1/+1
* implement PR3753, warning about comparisons with a string literal.Chris Lattner2009-03-081-1/+6
* refine the "use of unary operator that may be intended as compound assignment...Chris Lattner2009-03-081-1/+4
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-0/+9
* If x is an invalid field decl, don't construct an expression for P->x, Chris Lattner2009-02-131-0/+7
* Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)Chris Lattner2009-01-241-2/+5
* Fix PR3386 by handling GCC's rules for alignof, which are substantiallyChris Lattner2009-01-241-0/+9
* add expected diagChris Lattner2008-12-121-1/+1
* Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalueChris Lattner2008-12-121-0/+7
* add a silly testcaseChris Lattner2008-11-221-0/+5
* print a type in a diagnostic.Chris Lattner2008-11-211-0/+4
* Implement rdar://6319320: give a good diagnostic for cases where peopleChris Lattner2008-11-171-0/+5
* add a simple check to warn people who type "=+" when they probably meantChris Lattner2008-08-211-0/+9
* Add support for __extension__ as an lvalue. rdar://6097308Chris Lattner2008-07-251-0/+6
* Implement support for __extension__ which silences extwarnings in its Chris Lattner2008-02-021-0/+11
OpenPOWER on IntegriCloud