summaryrefslogtreecommitdiff
path: root/test/SemaCXX/vector-casts.cpp
AgeCommit message (Expand)Author
2015-08-15[Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano
2015-07-23Fix the equal-vector-size rule for reinterpret_casts in C++John McCall
2014-04-25Print detailed vector type information on diagnostics.Benjamin Kramer
2014-02-04Tighten lax vector-conversion rules and enforce them consistently.John McCall
2014-01-07For areVectorOperandsLaxBitCastable(), only return false if both opearands ar...Argyrios Kyrtzidis
2011-02-14Provide overload diagnostics when explicit casts involving class types fail.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-16Improve handling of vector casts in C++.Anders Carlsson