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
/
conditional-expr.c
Age
Commit message (
Expand
)
Author
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-04-05
Properly implement the C rules for composite types for qualified pointers in ...
Eli Friedman
2011-07-21
Remove warning for conditional operands of differend signedness from -Wsign-c...
Richard Trieu
2011-02-18
Initial steps to improve diagnostics when there is a NULL and
Chandler Carruth
2010-05-06
Rearchitect -Wconversion and -Wsign-compare. Instead of computing them
John McCall
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-06
Turn off -Wsign-compare warnings by default
Douglas Gregor
2009-11-05
Implement the conditional-operator part of -Wsign-compare. Turn
John McCall
2009-04-08
Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error-...
Steve Naroff
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-05-12
Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types...
Steve Naroff
2008-02-13
Fix a minor bug in isNullPointerConstant triggered by the linux
Eli Friedman
2008-02-12
Make typechecking for enum+int compatibility stricter.
Eli Friedman
2008-02-12
Fix type compatibility between constant and variable arrays.
Eli Friedman
2008-02-10
Add a couple of sema tests for qualifiers with conditionals containing
Eli Friedman
2008-01-30
Fix test case and add a FIXME.
Steve Naroff
2008-01-14
Revert r45951, Chris says it violates the C99 spec.
Steve Naroff
2008-01-14
Rewrite Expr::isNullPointerConstant() to deal with multiple levels of explici...
Steve Naroff
2008-01-13
Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules.
Steve Naroff
2008-01-08
Fix Sema::CheckConditionalOperands(). The null pointer constant checks need t...
Steve Naroff