Is your feature request related to a problem? Please describe.
When auditing a release where codechecker has been used. It would be very good to know, per-file which checks where enabled. This becomes even more hard to do when .clang-tidy per file configuration files are used.
Describe the solution you would like
Store a per-file enabled check information in the reports. For clang-tidy dump-config could be used to output the resulting enabled checks.
Describe alternatives you have considered
Not found any good options. If codechecker was not used, we could possible script clang-tidy to do a dump-config call per file and store that in parallel to a per-file report.
Additional context
Is your feature request related to a problem? Please describe.
When auditing a release where codechecker has been used. It would be very good to know, per-file which checks where enabled. This becomes even more hard to do when .clang-tidy per file configuration files are used.
Describe the solution you would like
Store a per-file enabled check information in the reports. For clang-tidy dump-config could be used to output the resulting enabled checks.
Describe alternatives you have considered
Not found any good options. If codechecker was not used, we could possible script clang-tidy to do a dump-config call per file and store that in parallel to a per-file report.
Additional context