Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.23 KB

ClangCloneDetectionBear.rst

File metadata and controls

33 lines (25 loc) · 1.23 KB

Checks the given code for similar functions that are probably redundant.

  • C
  • C++
  • CUDA
  • Objective-C
  • Objective-C++
  • OpenCL
  • OpenMP

Settings

Setting Meaning
max_clone_difference The maximum difference a clone should have. (Optional, defaults to '0.185'.)

Can Detect

  • Duplication