[all-commits] [llvm/llvm-project] ac7d60: [libc++] Fixes use-after move diagnostic.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed May 31 08:21:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac7d60f73a4a369fb4dcce734d54cb38fde80981
https://github.com/llvm/llvm-project/commit/ac7d60f73a4a369fb4dcce734d54cb38fde80981
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M libcxx/include/strstream
Log Message:
-----------
[libc++] Fixes use-after move diagnostic.
The diagnostic is issued by clang-tidy 17.
This just suppressed the diagnostic. The move operations are non-standard extensions and the class itself is deprecated.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D151223
More information about the All-commits
mailing list