Skip to content

Commit cb58ac8

Browse files
committed
typo
1 parent cd400c8 commit cb58ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Checks: >
1818
-fuchsia-*,
1919
-hicpp-no-array-decay,
2020
-llvm-prefer-static-over-anonymous-namespace,
21-
-llvm-use-range,
21+
-llvm-use-ranges,
2222
-llvmlibc-*,
2323
-modernize-use-nodiscard,
2424
-readability-magic-numbers,
@@ -60,7 +60,7 @@ CheckOptions:
6060
# -fuchsia-overloaded-operator: This library deliberately overloads math/comparison operators (==, <, +, &).
6161
# -hicpp-no-array-decay: Required compatibility for Boost Lightweight Test framework.
6262
# -llvm-prefer-static-over-anonymous-namespace: Contradicts alternative internal namespace layout rules.
63-
# -llvm-use-range: Asks to use things like llvm::filld1D
63+
# -llvm-use-ranges: Asks to use things like llvm::filld1D
6464
# -llvmlibc-*: Suppresses noise; target rules are strictly for internal LLVM implementation developers.
6565
# -modernize-use-nodiscard: Avoids flooding the API surface with noisy [[nodiscard]] attributes everywhere.
6666
# -readability-magic-numbers: Suppressed because test suites heavily utilize magic numbers.

0 commit comments

Comments
 (0)