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-12-04 14:31:49 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-04 14:31:49 +0300
commit10a8286a267d1796983f321dd01668d6072570ed (patch)
tree37ac2653d917d495bf5741959a5826815409e797 /.clang-tidy
parent168909d9741393e5a94e964d078a05f303f45c66 (diff)
Cleanup: Clang-tidy, actually enable the modernize-use-override rule
Forgot this in rB168909d9741. 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 0b6bc23c5bc..8e94b83c0db 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -43,7 +43,6 @@ Checks: >
-modernize-use-default-member-init,
-modernize-raw-string-literal,
-modernize-avoid-bind,
- -modernize-use-override,
-modernize-use-transparent-functors,
WarningsAsErrors: '*'