[PATCH] D141744: [Clang] Add lifetimebound attribute to std::move/std::forward
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 15:13:31 PST 2023
alexander-shaposhnikov updated this revision to Diff 490313.
alexander-shaposhnikov added a comment.
@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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141744/new/
https://reviews.llvm.org/D141744
Files:
clang/docs/ReleaseNotes.rst
clang/lib/Sema/SemaDecl.cpp
clang/test/SemaCXX/attr-lifetimebound.cpp
clang/test/SemaCXX/builtin-std-move.cpp
clang/test/SemaCXX/builtins.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141744.490313.patch
Type: text/x-patch
Size: 5887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/e93e3301/attachment.bin>
More information about the llvm-commits
mailing list