summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/anonymous-union-member-initializer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR8760: IndirectFieldDecl Type was not updated during template ↵Francois Pichet2010-12-091-0/+13
| | | | | | instantiation. llvm-svn: 121363
* Fix initialization for members of anonymous struct in a union.Argyrios Kyrtzidis2010-08-161-0/+12
| | | | llvm-svn: 111159
* When emitting an lvalue for an anonymous struct or union member duringJohn McCall2010-05-211-0/+26
| | | | | | | class initialization, drill down through an arbitrary number of anonymous records. llvm-svn: 104310
* Be sure to apply initializers to members of anonymous structs and unionsJohn McCall2010-05-201-0/+18
| | | | | | | | recursively, e.g. so that members of anonymous unions inside anonymous structs still get initialized. Also generate default constructor calls for anonymous struct members when necessary. llvm-svn: 104292
* When a class contains a non-empty anonymous union or struct, mark isDouglas Gregor2010-05-031-1/+25
| | | | | | as non-empty. Fixes PR7021. llvm-svn: 102913
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Fix an assertion when initializing a union using a member initializer. (We ↵Anders Carlsson2009-09-021-0/+12
weren't casting from the union type to the initializer type correctly). llvm-svn: 80837
OpenPOWER on IntegriCloud