diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-05-06 10:45:03 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2020-05-06 12:36:01 +0200 |
commit | fedd52682ec70fd13b08eeac99ee0954292af9da (patch) | |
tree | 6924b760f751aeaa68993b8247db31050878d554 /lldb/source/Commands/CommandObjectBreakpoint.cpp | |
parent | e959931092d54330ce33f0c1a8479c978d39f655 (diff) | |
download | llvm-fedd52682ec70fd13b08eeac99ee0954292af9da.zip llvm-fedd52682ec70fd13b08eeac99ee0954292af9da.tar.gz llvm-fedd52682ec70fd13b08eeac99ee0954292af9da.tar.bz2 |
[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
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
0 files changed, 0 insertions, 0 deletions