[all-commits] [llvm/llvm-project] 709112: [clang-tidy] false-positive for bugprone-redundant...
Zinovy Nis via All-commits
all-commits at lists.llvm.org
Fri Dec 11 10:10:26 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 709112bce4424a5436f0bb699c62b3fbc837fbb6
https://github.com/llvm/llvm-project/commit/709112bce4424a5436f0bb699c62b3fbc837fbb6
Author: Zinovy Nis <zinovy.nis at gmail.com>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp
Log Message:
-----------
[clang-tidy] false-positive for bugprone-redundant-branch-condition in case of passed-by-ref params
Inspired by discussion in https://reviews.llvm.org/D91037
Differential Revision: https://reviews.llvm.org/D91495
More information about the All-commits
mailing list