[PATCH] D78904: [clang-tidy] extend bugprone-signed-char-misuse check with array subscript case.

Tamás Zolnai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 02:06:04 PDT 2020


ztamas added a comment.

I run the check both on LibreOffice and LLVM codebase but did not find any catch. I expect that it's not a frequent use case.
I added this extension only to fully cover the CERT rule. If this patch is accepted I can add a cert alias for this check.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78904/new/

https://reviews.llvm.org/D78904





More information about the cfe-commits mailing list