clang-tidy: Detect use-after-move in CXXCtorInitializer
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
Tue, 14 Mar 2023 13:23:07 +0000 (14:23 +0100)
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
Thu, 23 Mar 2023 09:19:54 +0000 (10:19 +0100)
commit8c10256734cd47274671fcabe94f24f15ecd6209
tree9e8a19845101b21183a4aa94a21234f03f594ebc
parent49dcd08c3d963e79d0710faf0e4024eb9b84bc8b
clang-tidy: Detect use-after-move in CXXCtorInitializer

Fixes https://github.com/llvm/llvm-project/issues/51844

Differential Revision: https://reviews.llvm.org/D146288
clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone/use-after-move.cpp