[PATCH] D108265: .clang-tidy: Push variable related readability-identifier-naming options down to projects
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 19:49:57 PDT 2021
MaskRay added a comment.
In D108265#2951222 <https://reviews.llvm.org/D108265#2951222>, @dblaikie wrote:
> I think it should probably stay as-is, given this is the documented LLVM project naming convention: https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly - a bit of extra friction for subprojects to opt-out of that convention seems suitable to me/should serve as documentation that these projects are opting out of the LLVM style in this way.
clang/, flang/, lld/, mlir/, lldb/, compiler-rt have opted out the variable style or disabled the check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108265/new/
https://reviews.llvm.org/D108265
More information about the llvm-commits
mailing list