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:
authorJacques Lucke <jacques@blender.org>2020-07-03 17:48:04 +0300
committerJacques Lucke <jacques@blender.org>2020-07-03 17:48:16 +0300
commit883f9dd6e5f14e9139b35a39b62b08a346dc0a96 (patch)
treea6de9ed161b96b716140308bd6fa884899dd59d1 /.clang-tidy
parent9739fc4d1bd78283cbe3711e2aa9a38629791741 (diff)
Clang-Tidy: enable bugprone-assert-side-effect
Looks like we have no assertions with side effects.
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 71095e3c59c..108adffe64a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -41,7 +41,6 @@ Checks: >
-bugprone-misplaced-widening-cast,
-bugprone-not-null-terminated-result,
-bugprone-suspicious-missing-comma,
- -bugprone-assert-side-effect,
-bugprone-parent-virtual-call,
-bugprone-infinite-loop,
-bugprone-copy-constructor-init,