[libc-commits] [PATCH] D115405: [libc] Add a .clang-tidy file for the toplevel libc directory.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Dec 8 15:50:42 PST 2021
sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.
Herald added a subscriber: aheejin.
Generation of the .yaml has been removed to prevent lint from
running with every ninja invocation. The new .clang-tidy file is copied
to the libc build directory so that generated files also get checked.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D115405
Files:
libc/.clang-tidy
libc/CMakeLists.txt
libc/cmake/modules/LLVMLibCObjectRules.cmake
libc/src/.clang-tidy
libc/src/__support/CPP/.clang-tidy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115405.392963.patch
Type: text/x-patch
Size: 4763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211208/f14a4c65/attachment.bin>
More information about the libc-commits
mailing list