summaryrefslogtreecommitdiffstats
path: root/test/Sema/vector-assign.c
Commit message (Expand)AuthorAgeFilesLines
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-20/+20
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-1/+1
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-21/+21
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* teach getCorrespondingUnsignedType how to handle vectors of integers,Chris Lattner2009-10-171-2/+10
* adjust for the new -Wvector-conversions optionChris Lattner2009-04-171-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson2009-01-301-13/+13
* http://llvm.org/bugs/show_bug.cgi?id=2523Nate Begeman2008-07-141-6/+6
* testcase for PR2263, fixed by Nate's r50903 patch.Chris Lattner2008-05-121-0/+6
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-14/+14
* Support lax vector conversions.Anders Carlsson2007-11-301-0/+39