Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-08-07 18:16:46 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-08-07 18:16:49 +0300
commita9c91ce331102498a40ab84328ccd1390ec98eba (patch)
treec78811a704f7aff767eb14e02a373e9f6bcc0220 /.clang-tidy
parent7309ee4df76bb33c598f5b982afd70069519038a (diff)
Cleanup: fixed Clang-Tidy `bugprone-suspicious-string-compare` warnings
No functional changes.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index b134c0439eb..d8b36fa6cd9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -31,7 +31,6 @@ Checks: >
-bugprone-sizeof-expression,
-bugprone-integer-division,
-bugprone-incorrect-roundings,
- -bugprone-suspicious-string-compare,
-bugprone-not-null-terminated-result,
-bugprone-suspicious-missing-comma,
-bugprone-parent-virtual-call,