Skip to content

Commit 3192c82

Browse files
committed
clang-tidy: don't use modernize-use-constraints
This check crashes `clang-tidy` on some files and with the changes in #10185, that takes down the whole run-clang-tidy-cached.cc. Signed-off-by: Henner Zeller <h.zeller@acm.org>
1 parent 62d109c commit 3192c82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Checks: >
4848
-modernize-raw-string-literal,
4949
-modernize-return-braced-init-list,
5050
-modernize-use-auto,
51+
-modernize-use-constraints,
5152
-modernize-use-nodiscard,
5253
-modernize-use-trailing-return-type,
5354
-modernize-use-transparent-functors,

0 commit comments

Comments
 (0)