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>2021-03-22 13:34:17 +0300
committerJacques Lucke <jacques@blender.org>2021-03-22 13:35:19 +0300
commit2e213003b84e6a9405b31443d769a79bb3060b40 (patch)
tree2e5b8cfd1c13ee4a2a0d4c931bdf5ace9105e231 /.clang-tidy
parent414596cd8306720f9df1cd2de0b97eb1f1fe18f1 (diff)
Cleanup: add comment
See rBb9cd2f4531ca670c196b0b14b1359d0f375103c2 for more info.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 79fbe1a9262..98fa36db790 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -39,6 +39,8 @@ Checks: >
-modernize-use-nodiscard,
-modernize-loop-convert,
-modernize-pass-by-value,
+ # Cannot be enabled yet, because using raw string literals in tests breaks
+ # the windows compiler currently.
-modernize-raw-string-literal
WarningsAsErrors: '*'