[PATCH] D51741: [coro]Pass rvalue reference for named local variable to return_value

Tanoy Sinha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 6 11:44:39 PDT 2018


tks2103 added a comment.

also fails https://github.com/llvm-mirror/clang/blob/master/test/SemaCXX/coroutines.cpp#L494 with `address of overloaded function 'g' does not match required type '<overloaded function type>'`
also fails https://github.com/llvm-mirror/clang/blob/master/test/SemaCXX/coroutines.cpp#L505 with `address of overloaded function 'g' does not match required type '<overloaded function type>'`


Repository:
  rC Clang

https://reviews.llvm.org/D51741





More information about the cfe-commits mailing list