Skip to content

Commit 749bdc8

Browse files
authored
[clang-tidy] sort / reorder a part of release notes (llvm#122475)
and remove a trailing space
1 parent d2498af commit 749bdc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ Improvements to clang-tidy
112112
the configuration options of the `Clang Static Analyzer Checks
113113
<https://clang.llvm.org/docs/analyzer/checkers.html>`_.
114114

115+
- Improved :program:`clang-tidy` by accepting parameters file in command line.
116+
115117
- Improved :program:`run-clang-tidy.py` script. Fixed minor shutdown noise
116118
happening on certain platforms when interrupting the script.
117119

118-
- Improved :program:`clang-tidy` by accepting parameters file in command line.
119-
120120
- Removed :program:`clang-tidy`'s global options for most of checks. All options
121121
are changed to local options except `IncludeStyle`, `StrictMode` and
122122
`IgnoreMacros`. Global scoped `StrictMode` and `IgnoreMacros` are deprecated
@@ -292,7 +292,7 @@ Changes in existing checks
292292
overloaded ``operator new`` and ``operator delete``.
293293

294294
- Improved :doc:`modernize-avoid-c-arrays
295-
<clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
295+
<clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using
296296
``std::span`` as a replacement for parameters of incomplete C array type in
297297
C++20 and ``std::array`` or ``std::vector`` before C++20.
298298

0 commit comments

Comments
 (0)