[libc-commits] [PATCH] D116126: [libc] add test formatting rules
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Dec 21 13:46:49 PST 2021
sivachandra added inline comments.
================
Comment at: libc/test/src/string/memory_utils/.clang-tidy:1
+# temporary, this folder was crashing clang-tidy. I'm working on reporting the bug.
+InheritParentConfig: false
----------------
I would actually vote for not adding any of these `.clang-tidy` files in this round. Just the CMake change to run clang-tidy for the tests should be sufficient as it will then use the main `.clang-tidy` file which is good enough to start with. WDYT?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116126/new/
https://reviews.llvm.org/D116126
More information about the libc-commits
mailing list