[libc-commits] [PATCH] D115405: [libc] Add a .clang-tidy file for the toplevel libc directory.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Dec 8 15:58:05 PST 2021
michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: libc/.clang-tidy:15-16
value: "^_[A-Za-z0-9_]+$"
+ - key: readability-identifier-naming.VariableCase
+ value: lower_case
- key: readability-identifier-naming.FunctionCase
----------------
nit: this should probably go above `VariableIgnoredRegexp` for consistency
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115405/new/
https://reviews.llvm.org/D115405
More information about the libc-commits
mailing list