summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.union/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust and fix failing CXX tests after r332799Eric Fiselier2018-05-191-8/+8
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-311-1/+1
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-25/+28
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-081-0/+6
* Update source location in test.Benjamin Kramer2012-07-301-3/+2
* Don't assert when trying to diagnose why a class with a constructor template isRichard Smith2012-02-261-0/+4
* C++11 allows unions to have static data members. Remove the correspondingRichard Smith2012-02-161-1/+2
* This test works now; enable it.John McCall2011-04-121-18/+16
* A union cannot contain static data members or data members of reference type.Anders Carlsson2010-11-071-0/+8
* Pretty-print anonymous types using their kind and presumed location.John McCall2010-03-191-7/+7
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-21/+21
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure we actually have a definition before asking if it is implicit. Fixe...Sebastian Redl2009-10-251-0/+9
* Prep for new warning.Mike Stump2009-07-221-1/+1
* "This patch implements the restrictions on union members detailed inDouglas Gregor2009-07-221-0/+105
OpenPOWER on IntegriCloud