Skip to content

Teemperor/clang-clone-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clang-clone-finder

Searches a project for copy-pasted code in three steps:

  1. Gets build information by listening what the build system sens to CXX.

  2. Parses the project with this build information.

  3. Searches all compilation units in the project for clones.

Run with:

clang-clone-finder COMMAND

Example: run clang-clone-finder make in the /tests/testproject1 directory.

Currently only collects build information and prints it to the command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published