summaryrefslogtreecommitdiff
path: root/test/Sema/vector-cast.c
AgeCommit message (Expand)Author
2017-08-01[Sema] Fix lax conversion between non ext vectorsBruno Cardoso Lopes
2017-05-12[Sema] Support implicit scalar to vector conversionsSimon Dardis
2016-09-30[Sema] Support lax conversions for compound assignmentsBruno Cardoso Lopes
2016-07-06[SemaExpr] Support assignments from vector to scalars with same sizeBruno Cardoso Lopes
2016-04-14In vector comparisons, handle scalar LHS just as we handle scalar RHSReid Kleckner
2015-07-23Fix the equal-vector-size rule for reinterpret_casts in C++John McCall
2014-04-25Make test pass on 32 bit architectures.Benjamin Kramer
2014-04-25Print detailed vector type information on diagnostics.Benjamin Kramer
2014-02-04Tighten lax vector-conversion rules and enforce them consistently.John McCall
2014-01-09In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.Argyrios Kyrtzidis
2012-10-19Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs
2012-03-15Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie
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-08-15Don't perform integer promotions on the operand to a cast; this Eli Friedman
2009-06-26OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman
2009-04-17adjust for the new -Wvector-conversions optionChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-11-27Report errors for invalid casts from/to vectors.Anders Carlsson