[PATCH] D151092: [clang-tidy]performance-no-automatic-move: fix false negative on `const T&&` ctors.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 06:22:00 PDT 2023


aaron.ballman added a comment.

In D151092#4368225 <https://reviews.llvm.org/D151092#4368225>, @courbet wrote:

> In D151092#4368151 <https://reviews.llvm.org/D151092#4368151>, @aaron.ballman wrote:
>
>> The release note references documentation that doesn't exist, so Sphinx is failing: https://lab.llvm.org/buildbot/#/builders/115/builds/46942
>
> Sorry, fixed in rG62dc3ba8442f <https://reviews.llvm.org/rG62dc3ba8442fa3f7003d46d2838307452a0391f4>

Thanks! In retrospect, I should have fixed that myself rather than mention it here, sorry for that. :-D


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151092/new/

https://reviews.llvm.org/D151092



More information about the cfe-commits mailing list