codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

[bugfix] Headers with same name in different dirs

Open bruntib opened this issue 3 years ago • 0 comments

On server side "path hash" prevents multiple storage of a report in a header when the header is included in multiple translation units. Otherwise a report would be stored as many times as many TU contains it. Earlier this "path hash" contained only the header file's name, so the reports of another header with the same name but different directory weren't stored.

bruntib avatar Jul 11 '22 12:07 bruntib