Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Don't perform aggregate initialization for types with explicit ↵ | Eric Fiselier | 2016-12-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | constructors Summary: The C++17 rules for aggregate initialization changed to disallow types with explicit constructors [dcl.init.aggr]p1. This patch implements that new rule. Reviewers: rsmith Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D25654 llvm-svn: 288565 | ||||
* | Tests for DR1507. | Richard Smith | 2012-10-18 | 1 | -0/+14 |
llvm-svn: 166162 |