Skip to content

Commit

Permalink
Remove get_analyzer_mentioned_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 11, 2023
1 parent cc64c96 commit fdd6a77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Binary file removed analyzer/.coverage
Binary file not shown.
10 changes: 1 addition & 9 deletions analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,7 @@ def get_version(cls, env=None):
return cls.__get_analyzer_version(cls.analyzer_binary(), env)

def add_checker_config(self, checker_cfg):
LOG.error("Checker configuration for Gcc is not implemented yet")

def get_analyzer_mentioned_files(self, output):
"""
Return a collection of files that were mentioned by the analyzer in
its standard outputs, which should be analyzer_stdout or
analyzer_stderr from a result handler.
"""
pass
LOG.warning("Checker configuration for Gcc is not implemented yet")

def construct_analyzer_cmd(self, result_handler):
"""
Expand Down

0 comments on commit fdd6a77

Please sign in to comment.