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>2021-02-05 16:18:46 +0300
committerSergey Sharybin <sergey@blender.org>2021-02-05 17:39:50 +0300
commit56903024dccd0e5ae4fae40925348416f989144b (patch)
tree0cde763fb1dcbda50be78571ceda1bf48ee431b9 /.clang-tidy
parent4d39a0f8eb1103aa58611fff7219f4bf3d70f70f (diff)
Cleanup: Use transparent functor
Resolves modernize-use-transparent-functors Clang-Tidy warning. Differential Revision: https://developer.blender.org/D10323
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 d06c7471323..b52d0f9ba46 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -41,7 +41,6 @@ Checks: >
-modernize-pass-by-value,
-modernize-raw-string-literal,
-modernize-avoid-bind,
- -modernize-use-transparent-functors,
WarningsAsErrors: '*'
CheckOptions: