[libcxx-commits] [PATCH] D114985: [libc++][NFC] Disable clang-tidy checks

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 2 12:12:02 PST 2021


philnik created this revision.
philnik added reviewers: ldionne, Quuxplusone.
philnik requested review of this revision.
Herald added subscribers: libcxx-commits, aheejin.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Disable clang-tidy checks as discussed in D114915 <https://reviews.llvm.org/D114915>


Repository:
  rG LLVM Github Monorepo

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.391427.patch
Type: text/x-patch
Size: 367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211202/030d62c3/attachment.bin>


More information about the libcxx-commits mailing list