aboutsummaryrefslogtreecommitdiff
path: root/libcxx/.clang-tidy
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2022-03-08 16:27:22 +0100
committerNikolas Klauser <nikolasklauser@berlin.de>2022-03-18 20:34:19 +0100
commit01df675191decf129bf76e240659a06477f4bfe9 (patch)
tree07b1f1d39cbe193ad32bb179f59e1119300b94f3 /libcxx/.clang-tidy
parent12ac339e9e42662f32c82bcdd3b75f28d4e2c56d (diff)
downloadllvm-01df675191decf129bf76e240659a06477f4bfe9.zip
llvm-01df675191decf129bf76e240659a06477f4bfe9.tar.gz
llvm-01df675191decf129bf76e240659a06477f4bfe9.tar.bz2
[libc++] Enable modernize-loop-convert
Reviewed By: ldionne, Mordante, #libc Spies: var-const, aheejin, libcxx-commits Differential Revision: https://reviews.llvm.org/D121216
Diffstat (limited to 'libcxx/.clang-tidy')
-rw-r--r--libcxx/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/.clang-tidy b/libcxx/.clang-tidy
index 45adea9..20a0bb8 100644
--- a/libcxx/.clang-tidy
+++ b/libcxx/.clang-tidy
@@ -10,6 +10,7 @@ Checks: >
-misc-unconventional-assign-operator,
+ modernize-loop-convert,
modernize-redundant-void-arg,
readability-duplicate-include,
@@ -33,7 +34,6 @@ CheckOptions:
# bugprone-branch-clone,
# bugprone-macro-parentheses,
# cppcoreguidelines-prefer-member-initializer,
-# modernize-loop-convert,
# modernize-use-bool-literals,
# modernize-use-default-member-init,
# modernize-use-equals-default,