Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
duplication_finder_diff.hpp File Reference

Code duplication preprocessing system. More...

#include <string>
#include <vector>
#include <tuple>
#include "../base/utils.hpp"
+ Include dependency graph for duplication_finder_diff.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DuplicationFinderDiff
 Code duplication preprocessor. More...
 

Detailed Description

Code duplication preprocessing system.

Implements the heavy preprocessing stage that analyzes the codebase for potential duplications to enable fast query responses later.

Defines the preprocessor/setup step of the tool, where we do a heavy preprocessing of the input codebase to enable fast query response later.

Definition in file duplication_finder_diff.hpp.