Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.3 KB

File metadata and controls

39 lines (28 loc) · 1.3 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'.)

Dependencies

  • pip - libclang-py3

Can Detect

  • Duplication