[all-commits] [llvm/llvm-project] bd7628: [clang-tidy] Ignore unevaluated exprs in rvalue-re...
Chris Cotter via All-commits
all-commits at lists.llvm.org
Tue Mar 28 00:05:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd7628461b3f7dc3d1071b12686dc53515634f4c
https://github.com/llvm/llvm-project/commit/bd7628461b3f7dc3d1071b12686dc53515634f4c
Author: Chris Cotter <ccotter14 at bloomberg.net>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/RvalueReferenceParamNotMovedCheck.cpp
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/rvalue-reference-param-not-moved.cpp
Log Message:
-----------
[clang-tidy] Ignore unevaluated exprs in rvalue-reference-param-not-moved
Ignore unevaluated expressions in rvalue-reference-param-not-moved
check since they are not actual uses of a move().
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D146929
More information about the All-commits
mailing list