<div dir="ltr">Thanks! That worked perfectly!</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 16, 2015 at 12:03 PM, don hinton <span dir="ltr"><<a href="mailto:hintonda@gmail.com" target="_blank">hintonda@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Try passing the specific check, or all, i.e., *, to -checks when you -dump-config.  For example,<div><br></div><div>$ clang-tidy -checks=*naming -dump-config</div><div><snip></div><div><div>  - key:             readability-identifier-naming.AbstractClassCase</div><div>    value:           aNy_CasE</div><div>  - key:             readability-identifier-naming.AbstractClassPrefix</div><div>    value:           ''</div><div>  - key:             readability-identifier-naming.AbstractClassSuffix</div><div>    value:           ''</div><div>  - key:             readability-identifier-naming.ClassCase</div><div>    value:           aNy_CasE</div></div><div><snip></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Sep 16, 2015 at 5:15 AM, Gonzalo BG via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Dear all,<div><br></div><div>I'm trying to set up clang-tidy's readability-identifier-naming for a project but the docs of clang-tidy are in general very scarce (a couple of example .clang-tidy files would definitely help). </div><div><br></div><div>In particular I cannot figure out how to set up the "CaseType" option of the readability-identifier-naming check. Any Ideas? I've tried </div><div><br></div><div><div>CheckOptions:    </div><div>  - key:             readability-identifier-naming.CaseType</div><div>    value:           'lower_case'</div><div><br></div><div>without any luck.</div><br>I've also tried to dump the config using "-dump-config" to see all the knobs clang-tidy has but after a couple of lines I get "..." which I guess means that the rest of the options are not shown maybe because the list is too long. Is there a way to get all the options of all the checks clang-tidy has?<br><br>Best regards,<br>Gonzalo</div></div>
<br></div></div>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>