Opened 3 weeks ago
Closed 2 weeks ago
#14959 closed enhancement (fixed)
Warning hash for token-based warnings
| Reported by: | Daniel Marjamäki | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | 2.22 |
| Component: | Usability | Version: | |
| Keywords: | hash | Cc: |
Description (last modified by )
Ideally all warnings would have a hash value.
For warnings in global scope I think that the statement can be used to calculate the hash.
For warnings in executable scopes I think the function body can be used to calculate the hash.
Change History (2)
comment:1 by , 3 weeks ago
| Description: | modified (diff) |
|---|---|
| Summary: | Warning hash for warnings in global scope → Warning hash for token-based warnings |
comment:2 by , 2 weeks ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by https://github.com/cppcheck-opensource/cppcheck/pull/8778