Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f21a92d35953adb038ffbe37cd1a4083e0df0ec0
/
test
/
CodeGenCXX
/
anonymous-union-member-initializer.cpp
4dc41c9
Rewrite default initialization of anonymous structs/unions within a
by Douglas Gregor
· 13 years ago
e7003b7
Eliminate an incomplete/incorrect attempt to provide support for C++0x
by Douglas Gregor
· 13 years ago
04af8aa
relax this test a bit to hopefully work with VC++
by Chris Lattner
· 13 years ago
57eb23f
keep track of whether being in a RS_StructPointer state
by Chris Lattner
· 13 years ago
f0a8679
Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely
by Chris Lattner
· 13 years ago
4955e57
Formatting.
by John McCall
· 14 years ago
bc7fbf0
Pretty up the emission of field l-values and use volatile and TBAA when
by John McCall
· 14 years ago
0413db4
Amazing that there are still issues with the fields of anonymous struct/unions..
by Argyrios Kyrtzidis
· 14 years ago
d4d3ce6
Fix test that didn't actually test what it wanted to test.
by Argyrios Kyrtzidis
· 14 years ago
40e1775
Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation.
by Francois Pichet
· 14 years ago
881b36c
Fix initialization for members of anonymous struct in a union.
by Argyrios Kyrtzidis
· 14 years ago
a9976d3
When emitting an lvalue for an anonymous struct or union member during
by John McCall
· 15 years ago
f1860e5
Be sure to apply initializers to members of anonymous structs and unions
by John McCall
· 15 years ago
fe60f84
When a class contains a non-empty anonymous union or struct, mark is
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
c186b8f
Fix an assertion when initializing a union using a member initializer. (We weren't casting from the union type to the initializer type correctly).
by Anders Carlsson
· 15 years ago