[Bf-blender-cvs] [2e213003b84] master: Cleanup: add comment

Jacques Lucke noreply at git.blender.org
Mon Mar 22 11:35:32 CET 2021


Commit: 2e213003b84e6a9405b31443d769a79bb3060b40
Author: Jacques Lucke
Date:   Mon Mar 22 11:34:17 2021 +0100
Branches: master
https://developer.blender.org/rB2e213003b84e6a9405b31443d769a79bb3060b40

Cleanup: add comment

See rBb9cd2f4531ca670c196b0b14b1359d0f375103c2 for more info.

===================================================================

M	.clang-tidy

===================================================================

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: '*'



More information about the Bf-blender-cvs mailing list