"llvm/test/Assembler/2002-08-19-BytecodeReader.ll" did not exist on "2d81216d45521616d068510f8c3f5b63b38d74f4"
[clang-tidy] new check: bugprone-branch-clone
Implement a check for detecting if/else if/else chains where two or more branches are Type I clones of each other (that is, they contain identical code) and for detecting switch statements where two or more consecutive branches are Type I clones of each other. Patch by Donát Nagy! Differential Revision: https://reviews.llvm.org/D54757 llvm-svn: 360779
Loading
Please sign in to comment