aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
LGTM with some suggestions. ================ Comment at: clang/docs/ReleaseNotes.rst:69 + copy being made when the result is bound to an rvalue reference. It no longer + warns when an object of a small trivially copyable type is copied. The + warning now offers fixits. ---------------- small trivially copyable -> small, trivially copyable ================ Comment at: clang/docs/ReleaseNotes.rst:71 + warning now offers fixits. +- -Wrange-loop-analysis is now part of -Wall. ---------------- I'd fold this in to the previous bullet. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72560/new/ https://reviews.llvm.org/D72560 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits