llvm-project/clang/test/CXX/special/class.init/class.base.init
Richard Smith ab44d5badf Implement DR1460: fix handling of default initializers in unions; don't allow
more than one such initializer in a union, make mem-initializers override
default initializers for other union members, handle anonymous unions with
anonymous struct members better. Fix a couple of semi-related bugs exposed by
the tests for same.

llvm-svn: 196892
2013-12-10 08:25:00 +00:00
..
p8-0x.cpp Implement DR1460: fix handling of default initializers in unions; don't allow 2013-12-10 08:25:00 +00:00
p9-0x.cpp