[clang-tools-extra] [clang-tidy][modernize-loop-convert]check isDependentSizedArrayType (PR #69062)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 14 11:18:17 PDT 2023
================
@@ -269,6 +269,10 @@ Changes in existing checks
<clang-tidy/checks/modernize/loop-convert>` to support for-loops with
iterators initialized by free functions like ``begin``, ``end``, or ``size``.
+- Improved :doc:`modernize-loop-convert
----------------
PiotrZSL wrote:
Typo "dor" + leading spaces in second and third line,.
There is already entry for this check, just join this information with previous one.
https://github.com/llvm/llvm-project/pull/69062
More information about the cfe-commits
mailing list