summaryrefslogtreecommitdiffstats
path: root/test/Sema/ext_vector_casts.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Make extended vectors of `bool` an error.George Burgess IV2016-01-281-0/+2
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-6/+6
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-12/+12
* Improved semantics for implicit scalar -> extvector conversions.Stephen Canon2014-04-031-4/+37
* C. Compare vector sizes using their raw element size instead ofFariborz Jahanian2014-03-061-0/+10
* Tighten lax vector-conversion rules and enforce them consistently.John McCall2014-02-041-1/+1
* Add an additional check in test/Sema/ext_vector_casts.cArgyrios Kyrtzidis2014-01-041-0/+1
* [Sema] When checking if a bitcast is appropriate between vector types, take intoArgyrios Kyrtzidis2014-01-041-0/+4
* Make test portable.Ted Kremenek2013-10-101-1/+1
* Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their ...Ted Kremenek2013-10-101-0/+24
* Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...Eli Friedman2011-06-231-1/+1
* With lax vector conversions (the default) make sure we convert between twoEric Christopher2010-08-261-1/+1
* Clean up the diagnostic complaining about the element type of a vectorDouglas Gregor2010-06-301-1/+1
* Vector types are not arithmetic types, either. Note that we now banDouglas Gregor2010-06-221-0/+1
* Teach Type::isRealType() that vector types are never real types. AllDouglas Gregor2010-06-221-0/+4
* Type Type::isRealFloatingType() that vectors are not floating-pointDouglas Gregor2010-06-221-0/+2
* 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
* OpenCL 1.0 support: Nate Begeman2009-06-281-0/+22
* OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman2009-06-261-0/+23