bugfinder.processing.cleaning.remove_comments

class bugfinder.processing.cleaning.remove_comments.RemoveComments(dataset, deprecation_warning=None)

Bases: AbstractCppFileProcessing

Processing to remove comments from a certain dataset based on RegEx.

execute()

Run the processing

process_file(filepath)

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

Parameters

filepath