Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++1z] When initializing a const-qualified class type, don't forget to add on | Richard Smith | 2016-12-21 | 1 | -0/+10 |
the requested cv-qualifiers after construction. This usually doesn't matter, but it does matter within a ?: operator. llvm-svn: 290227 |