[llvm-dev] RFC: changing variable naming rules in LLVM codebase

Jonas Toth via llvm-dev llvm-dev at lists.llvm.org
Fri Feb 22 11:24:34 PST 2019


> If someone can make clang-tidy help with this, that's awesome.
>
Drive By: There is clang-tidy's 'readability-identifier-naming' for
bulk-renaming and clang-rename (maybe clangd can help too) for manual
changes.

Especially clang-tidy-diff could be used to enforce at least new code
and a few modifications to these
tools might help doing the transition.



More information about the llvm-dev mailing list