summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/anonymous-union-member-initializer.cpp
AgeCommit message (Expand)Author
2017-09-07Fixing incorrectly capitalised regexps.Benjamin Kramer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-08-08Fix an assertion failure with a C++ constructor initializing aEli Friedman
2011-08-10Rewrite default initialization of anonymous structs/unions within aDouglas Gregor
2011-07-13Eliminate an incomplete/incorrect attempt to provide support for C++0xDouglas Gregor
2011-07-10relax this test a bit to hopefully work with VC++Chris Lattner
2011-07-10keep track of whether being in a RS_StructPointer stateChris Lattner
2011-07-10Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner
2011-04-12Formatting.John McCall
2011-02-26Pretty up the emission of field l-values and use volatile and TBAA whenJohn McCall
2011-01-31Amazing that there are still issues with the fields of anonymous struct/unions..Argyrios Kyrtzidis
2011-01-31Fix test that didn't actually test what it wanted to test.Argyrios Kyrtzidis
2010-12-09Fix PR8760: IndirectFieldDecl Type was not updated during template instantiat...Francois Pichet
2010-08-16Fix initialization for members of anonymous struct in a union.Argyrios Kyrtzidis
2010-05-21When emitting an lvalue for an anonymous struct or union member duringJohn McCall
2010-05-20Be sure to apply initializers to members of anonymous structs and unionsJohn McCall
2010-05-03When a class contains a non-empty anonymous union or struct, mark isDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-02Fix an assertion when initializing a union using a member initializer. (We we...Anders Carlsson