summaryrefslogtreecommitdiffstats
path: root/test/Sema/vector-cast.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix lax conversion between non ext vectorsBruno Cardoso Lopes2017-08-011-0/+8
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-121-3/+2
* [Sema] Support lax conversions for compound assignmentsBruno Cardoso Lopes2016-09-301-5/+4
* [SemaExpr] Support assignments from vector to scalars with same sizeBruno Cardoso Lopes2016-07-061-3/+11
* In vector comparisons, handle scalar LHS just as we handle scalar RHSReid Kleckner2016-04-141-1/+6
* Fix the equal-vector-size rule for reinterpret_casts in C++John McCall2015-07-231-0/+8
* Make test pass on 32 bit architectures.Benjamin Kramer2014-04-251-1/+1
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-8/+8
* Tighten lax vector-conversion rules and enforce them consistently.John McCall2014-02-041-0/+10
* In areVectorOperandsLaxBitCastable() allow bitcast between a vector and scalar.Argyrios Kyrtzidis2014-01-091-0/+8
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-6/+6
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-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-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't perform integer promotions on the operand to a cast; this Eli Friedman2009-08-151-1/+1
* OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman2009-06-261-2/+2
* adjust for the new -Wvector-conversions optionChris Lattner2009-04-171-1/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Report errors for invalid casts from/to vectors.Anders Carlsson2007-11-271-0/+30