summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.decl/dcl.init/p5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-311-8/+33
| | | | | | C++ language standard is not C++98. llvm-svn: 280309
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-081-10/+38
| | | | | | | | properly, rather than faking it up by pretending that a reference member makes the default constructor non-trivial. That leads to rejects-valids when putting such types inside unions. llvm-svn: 169662
* Fix a regression that allowed clearly ill formed code. The diagnostic is stillChandler Carruth2010-08-311-0/+20
terrible, FIXME left to do a proper job of diagnosing this. llvm-svn: 112581
OpenPOWER on IntegriCloud