Skip to content

Commit 388feaa

Browse files
authored
Enable 'modernize-loop-convert' clang-tidy checks (#484)
Since OpenMP 4.0+ is enforced for all platforms, this check can be applied
1 parent 9d35fa2 commit 388feaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Checks: >
2424
-misc-const-correctness,
2525
-misc-non-private-member-variables-in-classes,
2626
-modernize-avoid-c-arrays,
27-
-modernize-loop-convert,
2827
-modernize-use-trailing-return-type,
2928
-portability-template-virtual-member-function,
3029
-readability-magic-numbers

0 commit comments

Comments
 (0)