[PATCH] D75134: [clang-tidy] Improved renamer check logic
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 25 18:07:13 PST 2020
njames93 added a comment.
In D75134#1892607 <https://reviews.llvm.org/D75134#1892607>, @Eugene.Zelenko wrote:
> It'll be reasonable to find out what are naming conventions for Python in LLVM.
I just stuck to the trusty old c++ naming conventions. Having a look I see most of it is using `lower_case` for all identifiers but then in there are always failures in the files along with that
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75134/new/
https://reviews.llvm.org/D75134
More information about the cfe-commits
mailing list