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 13:41:32 +0300
committerSergey Sharybin <sergey@blender.org>2021-02-05 18:43:23 +0300
commit5ec4ba8080d1c6f27093b242603a7f8f2783deef (patch)
tree30f2800615e8e21f8a141f25a32b76b8a29fde96 /.clang-tidy
parenta0867f05a48e2017a3b634cda5471c015af5bf35 (diff)
Cleanup: Use lambda instead of function bind
More detailed explanation why it is a preferred way of coding nowadays can be found at https://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-bind.html Resolves modernize-avoid-bind Clang-Tidy warning. Differential Revision: https://developer.blender.org/D10320
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 b52d0f9ba46..0192a8b41ef 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -40,7 +40,6 @@ Checks: >
-modernize-loop-convert,
-modernize-pass-by-value,
-modernize-raw-string-literal,
- -modernize-avoid-bind,
WarningsAsErrors: '*'
CheckOptions: