Skip to content

Commit 93c9b0b

Browse files
committed
suppress llvm-ranges tidy rule
1 parent 1942bd1 commit 93c9b0b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Checks: >
1818
-fuchsia-*,
1919
-hicpp-no-array-decay,
2020
-llvm-prefer-static-over-anonymous-namespace,
21+
-llvm-use-ranges,
2122
-llvmlibc-*,
2223
-modernize-use-nodiscard,
2324
-readability-magic-numbers,
@@ -59,6 +60,7 @@ CheckOptions:
5960
# -fuchsia-overloaded-operator: This library deliberately overloads math/comparison operators (==, <, +, &).
6061
# -hicpp-no-array-decay: Required compatibility for Boost Lightweight Test framework.
6162
# -llvm-prefer-static-over-anonymous-namespace: Contradicts alternative internal namespace layout rules.
63+
# -llvm-use-ranges: forces to use llvm::fulld1D, etc
6264
# -llvmlibc-*: Suppresses noise; target rules are strictly for internal LLVM implementation developers.
6365
# -modernize-use-nodiscard: Avoids flooding the API surface with noisy [[nodiscard]] attributes everywhere.
6466
# -readability-magic-numbers: Suppressed because test suites heavily utilize magic numbers.

0 commit comments

Comments
 (0)