<div dir="auto">I have to say I disagree that either the nested struct/function or macros (in any form) should count toward a function's total variable count. <div dir="auto"><br></div><div dir="auto">Both are valid forms of abstraction, and they both remove complexity from the containing function since they factor details *out of the function's immediate lexical contents* (I avoid 'scope' as macros do pollute the scope) in a way that improves readability.</div><div dir="auto"><br></div><div dir="auto">There are cases where macros can make things more complex but it seems unfair to flag variables declared by macros as making expanding functions more complex.</div><div dir="auto"><br></div><div dir="auto">In short, I think I agree with Aaron's last example classifications.</div><div dir="auto"><br></div><div dir="auto">- Kim </div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr">Den tors 22 mars 2018 14:56Eugene Zelenko via Phabricator via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> skrev:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Eugene.Zelenko added inline comments.<br>
<br>
<br>
================<br>
Comment at: docs/ReleaseNotes.rst:127<br>
<br>
+- Added `VariableThreshold` option to `readability-function-size<br>
+  <<a href="http://clang.llvm.org/extra/clang-tidy/checks/readability-function-size.html" rel="noreferrer noreferrer" target="_blank">http://clang.llvm.org/extra/clang-tidy/checks/readability-function-size.html</a>>`_ check<br>
----------------<br>
Please rebase from trunk and use //:doc:// for link.<br>
<br>
<br>
Repository:<br>
  rCTE Clang Tools Extra<br>
<br>
<a href="https://reviews.llvm.org/D44602" rel="noreferrer noreferrer" target="_blank">https://reviews.llvm.org/D44602</a><br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org" target="_blank" rel="noreferrer">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><br>
</blockquote></div>