[all-commits] [llvm/llvm-project] a18634: [clang-tidy] Never consider assignments as equival...
FabianWolff via All-commits
all-commits at lists.llvm.org
Tue Apr 12 07:08:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a18634b74fc0ee1ca0d580cb5b71cd6807d18ce9
https://github.com/llvm/llvm-project/commit/a18634b74fc0ee1ca0d580cb5b71cd6807d18ce9
Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
Date: 2022-04-12 (Tue, 12 Apr 2022)
Changed paths:
M clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/misc-redundant-expression.cpp
Log Message:
-----------
[clang-tidy] Never consider assignments as equivalent in `misc-redundant-expression` check
Fixes https://github.com/llvm/llvm-project/issues/35853.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D122535
More information about the All-commits
mailing list