Attempt to workaround clang-tidy bug

This commit is contained in:
Raúl Marín 2022-03-10 18:30:46 +01:00
parent 7fd4f06020
commit 11a029c96b

View File

@ -210,3 +210,6 @@ CheckOptions:
value: false
- key: performance-move-const-arg.CheckTriviallyCopyableMove
value: false
# Workaround clang-tidy bug: https://github.com/llvm/llvm-project/issues/46097
- key: readability-identifier-naming.TypeTemplateParameterIgnoredRegexp
value: expr-type