Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
clang
/
test
/
Sema
/
vector-assign.c
1adc8c3
Print detailed vector type information on diagnostics.
by Benjamin Kramer
· 12 years ago
aeef2ae
Unpluralize -Wfoo-conversions warnings for consistency.
by David Blaikie
· 14 years ago
53fa049
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 15 years ago
4f4946a
Whenever we complain about a failed initialization of a function or
by Douglas Gregor
· 16 years ago
c68e140
Improve diagnostics when we fail to convert from a source type to a
by Douglas Gregor
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
ec3a156
teach getCorrespondingUnsignedType how to handle vectors of integers,
by Chris Lattner
· 16 years ago
70a4214
adjust for the new -Wvector-conversions option
by Chris Lattner
· 17 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
db5a9b6
Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862.
by Anders Carlsson
· 17 years ago
191a6b1
http://llvm.org/bugs/show_bug.cgi?id=2523
by Nate Begeman
· 17 years ago
c9c296d
testcase for PR2263, fixed by Nate's r50903 patch.
by Chris Lattner
· 17 years ago
9bad62c
Merge all the 'assignment' diagnostic code into one routine, decloning
by Chris Lattner
· 18 years ago
e1af1d2
Support lax vector conversions.
by Anders Carlsson
· 18 years ago