Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Ericsson/codechecker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7ec85b1e226720a77539b708c712dcb210b4538d
Choose a base ref
..
head repository: Ericsson/codechecker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e73e9d32ada95efd8b9f7c2c50a8aa2ff9a53cb1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 analyzer/codechecker_analyzer/makefile.py
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/makefile.py
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ def __write_default_targets(self, mfile):

def __write_print_stats(self, sfile):
""" Write target to print analyzer statistics.
At the end of the analysis the Makefile should print statistics about
how many actions were analyzed by the specific analyzers.
"""