[PATCH] D39679: [C++11] Fix warning when dropping cv-qualifiers when assigning to a reference with a braced initializer list

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 21 13:48:38 PDT 2018


rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.

In any case, this looks good to me. It'll look even better with the `FK_AddressOfUnaddressableFunction` case fixed :)


https://reviews.llvm.org/D39679





More information about the cfe-commits mailing list