[all-commits] [llvm/llvm-project] cce795: [clang-tidy] Reduce false positives for `bugprone-...
FabianWolff via All-commits
all-commits at lists.llvm.org
Wed Apr 20 08:19:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cce79514ff405d93ab7aab79974e6f80ced85980
https://github.com/llvm/llvm-project/commit/cce79514ff405d93ab7aab79974e6f80ced85980
Author: Fabian Wolff <fabian.wolff at alumni.ethz.ch>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/bugprone-infinite-loop.cpp
Log Message:
-----------
[clang-tidy] Reduce false positives for `bugprone-infinite-loop` with dependent expressions
Fixes https://github.com/llvm/llvm-project/issues/51423.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D113499
More information about the All-commits
mailing list