Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It turns out that it is used `analyzer/codechecker_analyzer/buildlog/log_parser.py:1312` as follows: ```python elif build_action_uniqueing ==\ CompileActionUniqueingType.SOURCE_ALPHA: if action.source not in uniqued_build_actions: uniqued_build_actions[action.source] = action elif action.output <\ uniqued_build_actions[action.source].output: uniqued_build_actions[action.source] = action ``` Thus, the original comment was misleading. Let's fix that.
- Loading branch information