Chromium Code Reviews
Description[password_manager] Add TODO to record usages of "return std::move(foo)" pattern.
Due to a bug in the version of clang shipped with Xcode 8.x (used
to build official), it is required to use sub-optimal construct
"return std::move(foo)" to return local variable foo if foo is a
unique pointer of a sub-class of the function prototype. Mark all
occurrences of the pattern to easily find them once Xcode bug is
fixed.
Following https://codereview.chromium.org/2762973002/ for iOS, this CL marks
the workaround patter in password manager code.
BUG=703565
R=sdefresne@chromium.org
Review-Url: https://codereview.chromium.org/2763973002
Cr-Commit-Position: refs/heads/master@{#458383}
Committed: https://chromium.googlesource.com/chromium/src/+/e7744503e5d45e5404373b447e1499c981174eb9
Patch Set 1 #
Messages
Total messages: 10 (6 generated)
|
|||||||||||||||||||