summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorMatt Kneiser <matt.kneiser@mongodb.com>2022-12-20 14:55:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-20 16:04:59 +0000
commitf7313bb1cf96e3e542ac4c8ad9f932ec68164b84 (patch)
tree719ce33a26ae76242cc7347d2fefa9f87db7f6ad /.clang-tidy
parentc465079a3e6405992920e8bdbf1f46e459891764 (diff)
downloadmongo-f7313bb1cf96e3e542ac4c8ad9f932ec68164b84.tar.gz
SERVER-69729 Add tidy check for signed char misuse
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 5c5147b7563..5915b5812e6 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -35,6 +35,7 @@ Checks: '-*,
performance-faster-string-find,
performance-implicit-conversion-in-loop,
performance-inefficient-algorithm,
+ bugprone-signed-char-misuse,
bugprone-suspicious-string-compare,
performance-for-range-copy,
-bugprone-argument-comment,