bugfinder.processing
- class bugfinder.processing.AbstractCppFileProcessing(dataset, deprecation_warning=None)
Bases:
AbstractFileProcessing
Abstract file processing matching C and C++ files only
- abstract process_file(filepath)
Process a file with the given filepath. Needs to be implemented by the subclass.
- Parameters
filepath –