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
/
vector-assign.c
Age
Commit message (
Expand
)
Author
2012-03-15
Unpluralize -Wfoo-conversions warnings for consistency.
David Blaikie
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-04-22
Whenever we complain about a failed initialization of a function or
Douglas Gregor
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-10-17
teach getCorrespondingUnsignedType how to handle vectors of integers,
Chris Lattner
2009-04-17
adjust for the new -Wvector-conversions option
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-30
Turn on -flax-vector-conversions by default, issue a warning whenever one is ...
Anders Carlsson
2008-07-14
http://llvm.org/bugs/show_bug.cgi?id=2523
Nate Begeman
2008-05-12
testcase for PR2263, fixed by Nate's r50903 patch.
Chris Lattner
2008-01-04
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2007-11-30
Support lax vector conversions.
Anders Carlsson