[all-commits] [llvm/llvm-project] 8c1025: clang-tidy: Detect use-after-move in CXXCtorInitia...
MarcoFalke via All-commits
all-commits at lists.llvm.org
Thu Mar 23 02:24:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c10256734cd47274671fcabe94f24f15ecd6209
https://github.com/llvm/llvm-project/commit/8c10256734cd47274671fcabe94f24f15ecd6209
Author: MarcoFalke <*~=`'#}+{/-|&$^_ at 721217.xyz>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/bugprone/use-after-move.cpp
Log Message:
-----------
clang-tidy: Detect use-after-move in CXXCtorInitializer
Fixes https://github.com/llvm/llvm-project/issues/51844
Differential Revision: https://reviews.llvm.org/D146288
More information about the All-commits
mailing list