[PATCH] D71174: [clang-tidy] new check: bugprone-signed-char-misuse
Tamás Zolnai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 28 02:42:40 PST 2019
ztamas marked 2 inline comments as done.
ztamas added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/list.rst:66
bugprone-posix-return
+ bugprone-signed-char-misuse
bugprone-sizeof-container
----------------
sylvestre.ledru wrote:
> list.rst has changed, you should try to rebase your patch!
>
I rebased the patch. I added medium severity for this check because the CERT rule has the same severity.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71174/new/
https://reviews.llvm.org/D71174
More information about the cfe-commits
mailing list