<div dir="ltr"><div><div>Hello,<br><br></div>I have implemented a new check for clang-tidy, that some people might find useful<br>and I would like to offer it for upstream integration. I'm not sure how I should proceed,<br></div>so please tell me if this is not the right way to do.<br><div><div><div><br>This check will try to enforce coding guidelines on the identifiers casing.<br>It supports lower_case, UPPER_CASE, camelBack and CamelCase casing and<br>tries to convert from one to another if a mismatch is detected.<br><br>It also supports a fixed prefix and suffix that will be prepended or appended<br>to the identifiers, regardless of the casing.<br><br>Many configuration options are available, in order to be able to create<br>different rules for different kind of identifier. In general, the<br>rules are falling back to a more generic rule if the specific case is not<br>configured.<br><br></div><div>Best,<br clear="all"></div><div><div><div class="gmail_signature">--<br>Beren Minor</div></div>
</div></div></div></div>