[PATCH] D128697: [clang-tidy] Add new check `bugprone-unhandled-exception-at-sto`
gehry via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 8 04:09:18 PDT 2022
Sockke added a comment.
In D128697#3615404 <https://reviews.llvm.org/D128697#3615404>, @Eugene.Zelenko wrote:
> I think will be good idea to make check more generic and allow user-defined list of unsafe functions.
I understand that user-defined is implemented through the config, but some types of information of user customization cannot be well described here. Maybe use function name and argument counts only to match unsafe functions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128697/new/
https://reviews.llvm.org/D128697
More information about the cfe-commits
mailing list