summaryrefslogtreecommitdiff
path: root/test/Sema/vector-assign.c
AgeCommit message (Expand)Author
2014-04-25Print detailed vector type information on diagnostics.Benjamin Kramer
2012-03-15Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-17teach getCorrespondingUnsignedType how to handle vectors of integers,Chris Lattner
2009-04-17adjust for the new -Wvector-conversions optionChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-30Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson
2008-07-14http://llvm.org/bugs/show_bug.cgi?id=2523Nate Begeman
2008-05-12testcase for PR2263, fixed by Nate's r50903 patch.Chris Lattner
2008-01-04Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner
2007-11-30Support lax vector conversions.Anders Carlsson