PiotrZSL added inline comments.
================ Comment at: clang-tools-extra/docs/ReleaseNotes.rst:216-219 - Improved :doc:`bugprone-use-after-move - <clang-tidy/checks/bugprone/use-after-move>` check to also cover constructor - initializers. + <clang-tidy/checks/bugprone/use-after-move>` check: Also cover constructor + initializers. Fix check to understand that constructor arguments are + sequenced when constructor call is written as list-initialization. ---------------- NOTE: Consider: "Improved XYZ check by including coverage for constructor initializers, and by correcting the handling of constructor arguments when they are sequenced during a constructor call that is written as list-initialization." or "The XYZ check now covers constructor initializers and handles constructor arguments correctly during list-initialization." I just pointing this because I don't like this "check: Also" Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D148110/new/ https://reviews.llvm.org/D148110 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits