aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/exprs.c
AgeCommit message (Expand)Author
2009-10-20Implement PR5242: don't desugar a type more than once in a diagnostic. ThisChris Lattner
2009-09-14Update testsAnders Carlsson
2009-07-08reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner
2009-05-22Parse typeof-specifier the same way as sizeof/alignof are parsed.Argyrios Kyrtzidis
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-04-15Improve "assignment to cast" diagnostic.Daniel Dunbar
2009-04-14Strip paren expressions when trying to diagnose "cast as lvalue"Daniel Dunbar
2009-04-07Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar
2009-03-31Codegen sometimes crashes on comparisons that aren't legal, justChris Lattner
2009-03-27Fix rdar://6719156 - clang should emit a better error when blocks are disable...Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-09do not warn about -=/=- confusion with macros, thanks to rdogra for a testcase.Chris Lattner
2009-03-08undefined -> unspecified. Thanks Mike.Chris Lattner
2009-03-08implement PR3753, warning about comparisons with a string literal.Chris Lattner
2009-03-08refine the "use of unary operator that may be intended as compound assignment...Chris Lattner
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2009-02-13If x is an invalid field decl, don't construct an expression for P->x, Chris Lattner
2009-01-24Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)Chris Lattner
2009-01-24Fix PR3386 by handling GCC's rules for alignof, which are substantiallyChris Lattner
2008-12-12add expected diagChris Lattner
2008-12-12Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalueChris Lattner
2008-11-22add a silly testcaseChris Lattner
2008-11-21print a type in a diagnostic.Chris Lattner
2008-11-17Implement rdar://6319320: give a good diagnostic for cases where peopleChris Lattner
2008-08-21add a simple check to warn people who type "=+" when they probably meantChris Lattner
2008-07-25Add support for __extension__ as an lvalue. rdar://6097308Chris Lattner
2008-02-02Implement support for __extension__ which silences extwarnings in its Chris Lattner