[libcxx-commits] [libcxx] f50be8e - [libc++][NFC] Disable clang-tidy checks

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 5 16:52:16 PST 2021


Author: Nikolas Klauser
Date: 2021-12-06T01:51:23+01:00
New Revision: f50be8eb0a12a61d23db6cda452c693001d76898

URL: https://github.com/llvm/llvm-project/commit/f50be8eb0a12a61d23db6cda452c693001d76898
DIFF: https://github.com/llvm/llvm-project/commit/f50be8eb0a12a61d23db6cda452c693001d76898.diff

LOG: [libc++][NFC] Disable clang-tidy checks

Disable clang-tidy checks as discussed in D114915

Reviewed By: ldionne, #libc

Spies: cjdb, aheejin, libcxx-commits

Differential Revision: https://reviews.llvm.org/D114985

Added: 
    

Modified: 
    libcxx/.clang-tidy

Removed: 
    


################################################################################
diff  --git a/libcxx/.clang-tidy b/libcxx/.clang-tidy
index 823649717eb0..7dab781ee1a3 100644
--- a/libcxx/.clang-tidy
+++ b/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'


        


More information about the libcxx-commits mailing list