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 17:46:26 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-08-07 17:46:26 +0300
commit4c2ce816aa5a4b9a09c577799c38b56d77e05680 (patch)
treed98e7611a7dc6831d9d7994401c8fb440b688dd9 /.clang-tidy
parent7aeab6f6aa22225a2f2051071f10178f68d45336 (diff)
Cleanup: enabled Clang-Tidy rule `bugprone-infinite-loop`
Enabling it and doing a full rebuild didn't cause any warnings, so nothing else to do here. 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 acf2ae086f6..b134c0439eb 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -35,7 +35,6 @@ Checks: >
-bugprone-not-null-terminated-result,
-bugprone-suspicious-missing-comma,
-bugprone-parent-virtual-call,
- -bugprone-infinite-loop,
-bugprone-copy-constructor-init,
WarningsAsErrors: '*'