Skip to content

Commit

Permalink
Merge pull request Ericsson#3658 from steakhal/fix-source-alpha-doc-c…
Browse files Browse the repository at this point in the history
…omment

Update SOURCE_ALPHA doc comment
  • Loading branch information
bruntib authored Apr 26, 2022
2 parents 7e5dfc8 + b2c068d commit 7963a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ def default(self, o):
class CompileActionUniqueingType(Enum):
NONE = 0 # Full Action text
SOURCE_ALPHA = 1 # Based on source file, uniqueing by
# on alphanumerically first target
# alphabetically first output object file name
SOURCE_REGEX = 2 # Based on source file, uniqueing by regex filter
STRICT = 3 # Gives error in case of duplicate

Expand Down

0 comments on commit 7963a79

Please sign in to comment.