[cfe-dev] Identifier naming inconsistencies in clang
Richard via cfe-dev
cfe-dev at lists.llvm.org
Tue Jan 11 15:17:09 PST 2022
Hi Team,
So... my IDE has settings to recognize identifier naming conventions
and it's constantly flagging various bits of clang code as not
following the convention, typically:
- Methods/functions that don't begin with lower-case letter
- Variables that don't begin with upper-case character
- Occasionally methods/variables using underscores as word separators
Is it acceptable to submit NFC refactoring changes that address the
inconsistencies or does it require a phabricator review?
Thanks,
-- Richard
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Terminals Wiki <http://terminals-wiki.org>
The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>
More information about the cfe-dev
mailing list