llvm-project/clang-tools-extra/test/clang-tidy
Tamás Zolnai fedd52682e [clang-tidy]: Add cert-str34-c alias for bugprone-signed-char-misuse.
Summary:
Added `DiagnoseSignedUnsignedCharComparisons` option to
filter out unrelated use cases. The SEI cert catches explicit
integer casts (two use cases), while in the case of
`signed char` \ `unsigned char` comparison, we have implicit
conversions.

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: xazax.hun, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D79334
2020-05-06 12:36:01 +02:00
..
checkers [clang-tidy]: Add cert-str34-c alias for bugprone-signed-char-misuse. 2020-05-06 12:36:01 +02:00
infrastructure Try to fix clang-tidy/infrastructure/config-files.cpp on Win after cb1ee34e9d. 2020-04-15 13:38:03 -04:00
check_clang_tidy.py [clang-tidy] Fix performance-noexcept-move-constructor-fix test on non-English locale 2020-02-13 14:46:44 -05:00