[clang-tools-extra] [clang-tidy] Do not diagnose continue of outer loop (PR #222485)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 07:53:03 PDT 2026
================
@@ -266,6 +266,11 @@ infrastructure are described first, followed by tool-specific sections.
<clang-tidy/checks/readability/use-std-min-max>` check by fixing spurious
trailing semicolons and lost comments when the `if` body has no braces.
+- Improved {doc}`readability-redundant-control-flow
----------------
zeyi2 wrote:
Please maintain alphabetical order
https://github.com/llvm/llvm-project/pull/222485
More information about the cfe-commits
mailing list