[llvm-dev] RFC: changing variable naming rules in LLVM codebase (original) (raw)

Michael Platings via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 19 03:27:41 PST 2019


FWIW, I suspect separating the transition of our acronyms from the transition of identifiers with non-acronym words may be an effective way to chip away at the transition cost... Definitely an area that people who really care about this should look at carefully.

If it makes for an easier transition then I'd be happy to go with upper case acronyms and camelBack for non-acronyms. I've updated https://reviews.llvm.org/D57896 accordingly.

-Michael



More information about the llvm-dev mailing list