================ @@ -0,0 +1,51 @@ +.. title:: clang-tidy - misc-scope-reduction + +misc-scope-reduction +==================== + +Detects local variables in functions whose scopes can be minimized. This check +covers guidelines described by SEI DCL19-C, MISRA C++:2008 Rule 3-4-1, and ---------------- vabridgers wrote:
I believe I've addressed this comment. Resolving. https://github.com/llvm/llvm-project/pull/175429 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
