[clang-tools-extra] [clang-tidy] fix insertion location for function pointers in cppcoreguidelines-init-variables (PR #112091)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 12 03:39:58 PDT 2024
================
@@ -185,9 +189,9 @@ Changes in existing checks
false positive for C++23 deducing this.
- Improved :doc:`modernize-avoid-c-arrays
- <clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using ``std::span``
- as a replacement for parameters of incomplete C array type in C++20 and
- ``std::array`` or ``std::vector`` before C++20.
+ <clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
+ ``std::span`` as a replacement for parameters of incomplete C array type in
+ C++20 and ``std::array`` or ``std::vector`` before C++20.
----------------
5chmidti wrote:
Noticed that the line went over 80 columns, so I rewrapped this entry
https://github.com/llvm/llvm-project/pull/112091
More information about the cfe-commits
mailing list