Skip to content

Commit 0276915

Browse files
authored
[clang-tidy] Fix cert-err33-c to ignore functions with same prefixes as target (#135160)
PR #82952 introduced regex matching for `CheckedFunctions` in `UnusedReturnValueCheck` which is used by the checker `cert-err33-c`. Add a testcase and fix false positives by adding end-of-string to target regex's. --------- Signed-off-by: Björn Svensson <[email protected]>
1 parent aeb06c6 commit 0276915

File tree

3 files changed

+190
-177
lines changed

3 files changed

+190
-177
lines changed

0 commit comments

Comments
 (0)