[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
Wed Aug 18 16:07:30 PDT 2021


dblaikie added a comment.

The current state of the root `.clang-tidy` accurately reflects the LLVM Coding Conventions as documented, which applies to LLVM and its subprojects (some subprojects have diverged from this standard).

The place for a discussion to change the naming convention is not here. It is on llvm-dev, like the original discussion that spawned the (not-yet-accepted, as it says in its opening sentence) linked proposal around variable naming.


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