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:46:32 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-08-07 18:46:32 +0300
commit60b42ef117b66cca61468be45aab54b9bb1217e0 (patch)
tree775f90e386fbe73c915bebf6c23128d6aea9336b /.clang-tidy
parentca85da075b7503edf096957a82562fabbba7cef9 (diff)
Cleanup: enabled Clang-Tidy `bugprone-suspicious-missing-comma` rule
No functional changes because no code changed.
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 e610792850a..1f3a05e22d4 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -31,7 +31,6 @@ Checks: >
-bugprone-sizeof-expression,
-bugprone-integer-division,
-bugprone-incorrect-roundings,
- -bugprone-suspicious-missing-comma,
-bugprone-parent-virtual-call,
-bugprone-copy-constructor-init,