[all-commits] [llvm/llvm-project] 07675b: [clang-tidy] Fix false positives in `misc-redundan...
FabianWolff via All-commits
all-commits at lists.llvm.org
Tue Mar 22 16:38:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07675b0b38e930c2c582122ac93efcdf7859a772
https://github.com/llvm/llvm-project/commit/07675b0b38e930c2c582122ac93efcdf7859a772
Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
Date: 2022-03-23 (Wed, 23 Mar 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] Fix false positives in `misc-redundant-expression` check
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D122111
More information about the All-commits
mailing list