summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertionRichard Smith2011-10-281-0/+49
* Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...Eli Friedman2011-06-231-4/+4
* With lax vector conversions (the default) make sure we convert between twoEric Christopher2010-08-261-6/+8
* Don't allow vector conversions to sneak in under the guise ofDouglas Gregor2010-06-221-0/+30
* Implement C++ builtin operator candidates for vector types.Douglas Gregor2010-05-191-4/+70
* Basic test for user-defined conversions involving vector typesDouglas Gregor2010-05-181-3/+23
* Implement C++ support for vector and extended vector types. ThisDouglas Gregor2010-05-181-0/+102