[PATCH] D54168: [clang-tidy] Zircon fbl::move -> std::move
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 6 18:24:19 PST 2018
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:188
+
+ Suggests converting uses of ``fbl::move`` to
+ ``std::move``, and suggests inserting the ``<utility>`` header.
----------------
Please try to fill as much as possible to 80 characters.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:189
+ Suggests converting uses of ``fbl::move`` to
+ ``std::move``, and suggests inserting the ``<utility>`` header.
+
----------------
inserting -> to include? Same in documentation.
https://reviews.llvm.org/D54168
More information about the cfe-commits
mailing list