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