<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to fix a bug in a clang-tidy check. This is the bug: <a href="https://bugs.llvm.org/show_bug.cgi?id=42929">https://bugs.llvm.org/show_bug.cgi?id=42929</a> . The problem is that when this code tries to find the amount of possible enum values it just asks 
`Context.<span class="gmail-pl-c1">getTypeSize</span>(T)` on QualType T. In this case the enum is treated as 32-bit integer and will return the wrong result.</div><div><br></div><div>I would like to know how a find the maximum amount of possible values for an enum. Can anyone help me out?</div><div><br></div><div>Best regards,</div><div>Mads Ravn<br>

</div></div>