bugfinder.processing

class bugfinder.processing.AbstractCppFileProcessing(dataset, deprecation_warning=None)

Bases: AbstractFileProcessing

Abstract file processing matching C and C++ files only

match_file(filepath) bool
abstract process_file(filepath)

Process a file with the given filepath. Needs to be implemented by the subclass.

Parameters

filepath