summaryrefslogtreecommitdiffstats
path: root/test/Sema/vector-init.c
Commit message (Expand)AuthorAgeFilesLines
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-1/+1
* When list-initializing a vector, try to copy-initialize from vectors insteadJohn McCall2010-10-301-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix for PR5650 - Revised vector_size attribute handling to be done earlier be...John Thompson2009-12-041-3/+8
* Phrase compile time assert in standard way.Daniel Dunbar2009-10-251-2/+2
* fix #2 :)Chris Lattner2009-10-221-1/+1
* fix testcase, thanks Daniel.Chris Lattner2009-10-221-1/+1
* fix PR5265: the size of a float3 should be rounded up to its alignment. Chris Lattner2009-10-221-0/+7
* Fix rdar://6881069, a crash on a form of vector_size that weChris Lattner2009-05-131-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor2009-02-181-4/+6
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-2/+2
* Code generation support for C99 designated initializers.Douglas Gregor2009-01-281-1/+11
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-1/+1
* Support checking and codegen of constant vector globalsNate Begeman2008-01-251-0/+5