[PATCH] D108265: .clang-tidy: Push variable related readability-identifier-naming options down to projects

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 19:25:27 PDT 2021


dblaikie added a comment.

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.


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