aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/vector-init.c
AgeCommit message (Expand)Author
2010-10-30When list-initializing a vector, try to copy-initialize from vectors insteadJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-04Fix for PR5650 - Revised vector_size attribute handling to be done earlier be...John Thompson
2009-10-25Phrase compile time assert in standard way.Daniel Dunbar
2009-10-22fix #2 :)Chris Lattner
2009-10-22fix testcase, thanks Daniel.Chris Lattner
2009-10-22fix PR5265: the size of a float3 should be rounded up to its alignment. Chris Lattner
2009-05-13Fix rdar://6881069, a crash on a form of vector_size that weChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-18Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor
2009-01-30Upgrade the "excess elements in array initializer" warning to anDouglas Gregor
2009-01-28Code generation support for C99 designated initializers.Douglas Gregor
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-01-25Support checking and codegen of constant vector globalsNate Begeman