summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/anonymous-union-member-initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-5/+5
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Fix an assertion failure with a C++ constructor initializing aEli Friedman2012-08-081-0/+10
* Rewrite default initialization of anonymous structs/unions within aDouglas Gregor2011-08-101-0/+49
* Eliminate an incomplete/incorrect attempt to provide support for C++0xDouglas Gregor2011-07-131-0/+16
* relax this test a bit to hopefully work with VC++Chris Lattner2011-07-101-1/+1
* keep track of whether being in a RS_StructPointer stateChris Lattner2011-07-101-1/+1
* Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner2011-07-101-1/+1
* Formatting.John McCall2011-04-121-11/+8
* Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall2011-02-261-2/+2
* Amazing that there are still issues with the fields of anonymous struct/unions..Argyrios Kyrtzidis2011-01-311-0/+14
* Fix test that didn't actually test what it wanted to test.Argyrios Kyrtzidis2011-01-311-4/+4
* Fix PR8760: IndirectFieldDecl Type was not updated during template instantiat...Francois Pichet2010-12-091-0/+13
* Fix initialization for members of anonymous struct in a union.Argyrios Kyrtzidis2010-08-161-0/+12
* When emitting an lvalue for an anonymous struct or union member duringJohn McCall2010-05-211-0/+26
* Be sure to apply initializers to members of anonymous structs and unionsJohn McCall2010-05-201-0/+18
* When a class contains a non-empty anonymous union or struct, mark isDouglas Gregor2010-05-031-1/+25
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix an assertion when initializing a union using a member initializer. (We we...Anders Carlsson2009-09-021-0/+12