Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
95e5510ee07c465abdcc458fabfd93cf09d90125
/
test
/
CodeGen
/
union-init2.c
9cbe4f0
clang side to match the LLVM IR type system rewrite patch.
by Chris Lattner
· 13 years ago
cdb30b4
emit padding as undef values, take 2
by Nuno Lopes
· 15 years ago
0eea9f9
fix PR6660/6168: emit padding as zeros instead of undef. Because
by Chris Lattner
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
c6eb131
make clang emit undefs for padding of structs and unions instead of zeros. this enables constant compaction optimizations.
by Nuno Lopes
· 15 years ago
cdcea87
Make test a bit more precise.
by Eli Friedman
· 15 years ago
c0879bb
Fix a minor issue with unions in the new struct building code.
by Eli Friedman
· 15 years ago