summaryrefslogtreecommitdiff
path: root/test/SemaCXX/vector.cpp
AgeCommit message (Expand)Author
2015-11-17[Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li
2014-04-25Print detailed vector type information on diagnostics.Benjamin Kramer
2013-09-13vector_size cannot be applied to Booleans. Updated the semantic checking log...Aaron Ballman
2013-06-17Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204.Eli Friedman
2012-09-10Allow vector types in pseudo-destructor expressions. Fixes PR13798.Douglas Gregor
2011-10-28Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertionRichard Smith
2011-06-23Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...Eli Friedman
2010-08-26With lax vector conversions (the default) make sure we convert between twoEric Christopher
2010-06-22Don't allow vector conversions to sneak in under the guise ofDouglas Gregor
2010-05-19Implement C++ builtin operator candidates for vector types.Douglas Gregor
2010-05-18Basic test for user-defined conversions involving vector typesDouglas Gregor
2010-05-18Implement C++ support for vector and extended vector types. ThisDouglas Gregor