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:
authorSergey Sharybin <sergey@blender.org>2020-11-06 18:05:40 +0300
committerSergey Sharybin <sergey@blender.org>2020-11-06 18:47:16 +0300
commit3cb4c513080ebeead7c5629a7f0503fae9513803 (patch)
tree624947fc61a48c3c4bd681814a56456e093184e8 /.clang-tidy
parentce70f2e1e0960c8b28dfbe3b9f5b4eeb7a49d317 (diff)
Cleanup: Clang-Tidy, modernize-make-unique
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 af1f779a056..70851d0023f 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -45,7 +45,6 @@ Checks: >
-modernize-loop-convert,
-modernize-pass-by-value,
-modernize-use-default-member-init,
- -modernize-make-unique,
-modernize-raw-string-literal,
-modernize-avoid-bind,
-modernize-use-override,