[PATCH] D141744: [Clang] Add lifetimebound attribute to std::move/std::forward
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 05:19:30 PST 2023
aaron.ballman added a comment.
In D141744#4063661 <https://reviews.llvm.org/D141744#4063661>, @alexander-shaposhnikov wrote:
> @aaron.ballman - thanks for the review, I've updated the release notes. Regarding LanguageExtensions.rst - somehow I don't see any appropriate sections in LanguageExtensions.rst (either about our builtin std::move and friends or [[clang::lifetimebound]]) - didn't change that.
I was thinking we'd want to update: https://github.com/llvm/llvm-project/blob/main/clang/docs/LanguageExtensions.rst#__builtin_addressof and friends.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141744/new/
https://reviews.llvm.org/D141744
More information about the llvm-commits
mailing list