[PATCH] D26231: [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-reference-related types.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 01:18:55 PDT 2016


EricWF planned changes to this revision.
EricWF added a comment.

The C++1z wording here is much different than the C++11 wording I was looking at earlier. I'm going to re-adjust this patch to target the new C++1z wording. I'm also planning to add a test under `test/CXX/expr/expr.post/expr.static.cast`.


https://reviews.llvm.org/D26231





More information about the cfe-commits mailing list