[PATCH] D21472: [clang-tidy] readability-identifier-naming - support for other case types

James Reynolds via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 11:32:39 PDT 2016


JamesReynolds added a comment.

Ah, I took this from a single example in the CPP core guidelines - that PDF is indeed a very different style. An idea we toyed with was "UpperSeparated" and "UpperSeparatedBack"? Would that work?

This comes from a concession to Window  developers in a large commercial codebase with a Windows origin. I'll admit it isn't my favourite style but for class names and functions it eventually grows on you. At least I got them to let go of the SHOUTING_TYPEDEFS..!


http://reviews.llvm.org/D21472





More information about the cfe-commits mailing list