summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/vector.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Sema]Choose a better candidate in overload function call if there is ...Zi Xuan Wu2018-11-161-4/+4
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+43
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-43/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+43
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-1/+7
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-5/+5
* vector_size cannot be applied to Booleans. Updated the semantic checking log...Aaron Ballman2013-09-131-6/+9
* Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204.Eli Friedman2013-06-171-0/+4
* Allow vector types in pseudo-destructor expressions. Fixes PR13798.Douglas Gregor2012-09-101-0/+11
* 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