Opened 3 years ago
Last modified 21 months ago
#11541 new enhancement
internal: detect match calls in header files
| Reported by: | kidkat | Owned by: | noone |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Other | Version: | |
| Keywords: | internal matchcompiler | Cc: |
Description
The matchcompiler only processes *.cpp files so match calls in headers are not being compiled. We should add an internal check to detect such calls.
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 2 years ago
| Keywords: | matchcompiler added |
|---|
See https://github.com/danmar/cppcheck/pull/6480 for already fixed cases.
Note:
See TracTickets
for help on using tickets.
This also applies to string comparisons.