summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/ext-vector-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a 'default' case in template argument deduction, where weDouglas Gregor2011-06-151-0/+34
* Clean up the diagnostic complaining about the element type of a vectorDouglas Gregor2010-06-301-2/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rebuild dependently-sized ext vectors if either the element type or the sizeJohn McCall2009-10-231-0/+13
* Prep for new warning.Mike Stump2009-07-221-1/+1
* Support dependent extended vector types and template instantiationDouglas Gregor2009-06-171-0/+47