Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ba8be8c422064b9bda68bdfa28d7f2775e9147f4
/
test
/
Sema
/
vector-init.c
20e047a
When list-initializing a vector, try to copy-initialize from vectors instead
by John McCall
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
6e132aa
Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized.
by John Thompson
· 15 years ago
9e4e2d1
Phrase compile time assert in standard way.
by Daniel Dunbar
· 15 years ago
e78ec31
fix #2 :)
by Chris Lattner
· 15 years ago
4a058de
fix testcase, thanks Daniel.
by Chris Lattner
· 15 years ago
9fcfe92
fix PR5265: the size of a float3 should be rounded up to its alignment.
by Chris Lattner
· 15 years ago
2db15bd
Fix rdar://6881069, a crash on a form of vector_size that we
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
7c53ca6
Downgrade the "excess elements in initializer" errors to warnings *in
by Douglas Gregor
· 16 years ago
b574e56
Upgrade the "excess elements in array initializer" warning to an
by Douglas Gregor
· 16 years ago
4c67834
Code generation support for C99 designated initializers.
by Douglas Gregor
· 16 years ago
213541a
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
by Nate Begeman
· 17 years ago
d47d4f5
Support checking and codegen of constant vector globals
by Nate Begeman
· 17 years ago