[libcxx-commits] [PATCH] D114985: [libc++][NFC] Disable clang-tidy checks
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 5 16:52:22 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf50be8eb0a12: [libc++][NFC] Disable clang-tidy checks (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114985/new/
https://reviews.llvm.org/D114985
Files:
libcxx/.clang-tidy
Index: libcxx/.clang-tidy
===================================================================
--- libcxx/.clang-tidy
+++ libcxx/.clang-tidy
@@ -1,2 +1,2 @@
InheritParentConfig: true
-Checks: '-readability-identifier-naming'
+Checks: '-readability-identifier-naming,-llvm-header-guard,-llvm-include-order,-misc-unconventional-assign-operator,-llvm-else-after-return'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114985.391947.patch
Type: text/x-patch
Size: 367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211206/6432ab37/attachment.bin>
More information about the libcxx-commits
mailing list