[PATCH] D81272: [clang-tidy] New check `bugprone-redundant-branch-condition`
Balogh, Ádám via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 08:08:35 PDT 2020
baloghadamsoftware updated this revision to Diff 285656.
baloghadamsoftware added a comment.
Tests andd for not yet handled cases. Known limiatations included in the docs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81272/new/
https://reviews.llvm.org/D81272
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone-redundant-branch-condition.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone-redundant-branch-condition.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81272.285656.patch
Type: text/x-patch
Size: 46306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200814/641e2de9/attachment-0001.bin>
More information about the cfe-commits
mailing list