[all-commits] [llvm/llvm-project] 1b6644: [clang-tidy] `bugprone-use-after-move`: Don't warn...
martinboehme via All-commits
all-commits at lists.llvm.org
Tue Jun 7 03:53:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b664460fa4cb507e2af87c48cd269964f3ad747
https://github.com/llvm/llvm-project/commit/1b664460fa4cb507e2af87c48cd269964f3ad747
Author: Martin Boehme <mboehme at google.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
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] `bugprone-use-after-move`: Don't warn on self-moves.
Reviewed By: sammccall, njames93
Differential Revision: https://reviews.llvm.org/D126853
More information about the All-commits
mailing list