[clang-tools-extra] [clang-tidy] sort / reorder a part of release notes (PR #122475)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 07:58:57 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tools-extra
Author: Jan Voung (jvoung)
<details>
<summary>Changes</summary>
and remove a trailing space
---
Full diff: https://github.com/llvm/llvm-project/pull/122475.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/ReleaseNotes.rst (+3-3)
``````````diff
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 1a7d48a0b4dc7e..684ba77d8f0f53 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -112,11 +112,11 @@ Improvements to clang-tidy
the configuration options of the `Clang Static Analyzer Checks
<https://clang.llvm.org/docs/analyzer/checkers.html>`_.
+- Improved :program:`clang-tidy` by accepting parameters file in command line.
+
- Improved :program:`run-clang-tidy.py` script. Fixed minor shutdown noise
happening on certain platforms when interrupting the script.
-- Improved :program:`clang-tidy` by accepting parameters file in command line.
-
- Removed :program:`clang-tidy`'s global options for most of checks. All options
are changed to local options except `IncludeStyle`, `StrictMode` and
`IgnoreMacros`. Global scoped `StrictMode` and `IgnoreMacros` are deprecated
@@ -292,7 +292,7 @@ Changes in existing checks
overloaded ``operator new`` and ``operator delete``.
- Improved :doc:`modernize-avoid-c-arrays
- <clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
+ <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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/122475
More information about the cfe-commits
mailing list