[libcxx-commits] [PATCH] D113849: [libc++] [NFC] Disable clang-tidy's readability-identifier-naming check
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 11:14:44 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ff87ec235b8: [libc++] [NFC] Disable clang-tidy's readability-identifier-naming check (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113849/new/
https://reviews.llvm.org/D113849
Files:
libcxx/.clang-tidy
Index: libcxx/.clang-tidy
===================================================================
--- /dev/null
+++ libcxx/.clang-tidy
@@ -0,0 +1,2 @@
+InheritParentConfig: true
+Checks: '-readability-identifier-naming'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113849.387710.patch
Type: text/x-patch
Size: 216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211116/77fd7168/attachment.bin>
More information about the libcxx-commits
mailing list