Skip to content

Commit 2c7829e

Browse files
authored
[clang-tidy][doc] combine the clang-tidy itself's change together in release note (llvm#122594)
<img width="1137" alt="image" src="https://github.com/user-attachments/assets/25433743-2c19-422a-93c5-3edfc1bb7a3f" />
1 parent eabf931 commit 2c7829e

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,19 @@ Improvements to clang-query
108108
Improvements to clang-tidy
109109
--------------------------
110110

111-
- Improved :program:`clang-tidy`'s `--verify-config` flag by adding support for
112-
the configuration options of the `Clang Static Analyzer Checks
113-
<https://clang.llvm.org/docs/analyzer/checkers.html>`_.
114-
115-
- Improved :program:`clang-tidy` by accepting parameters file in command line.
116-
117111
- Improved :program:`run-clang-tidy.py` script. Fixed minor shutdown noise
118112
happening on certain platforms when interrupting the script.
119113

120-
- Improved :program:`clang-tidy` by fixing incorrect configuration file path
121-
resolving when file paths contain ``..``.
114+
- Improved :program:`clang-tidy`:
122115

123-
- Removed :program:`clang-tidy`'s global options for most of checks. All options
124-
are changed to local options except `IncludeStyle`, `StrictMode` and
125-
`IgnoreMacros`. Global scoped `StrictMode` and `IgnoreMacros` are deprecated
126-
and will be removed in further releases.
116+
- add support for `--verify-config` flag to check the configuration options of
117+
the `Clang Static Analyzer Checks <https://clang.llvm.org/docs/analyzer/checkers.html>`_.
118+
- accept parameters file in command line.
119+
- fix incorrect configuration file path resolving when file paths contain ``..``.
120+
- remove global options for most of checks. All options are changed to local
121+
options except `IncludeStyle`, `StrictMode` and `IgnoreMacros`. Global scoped
122+
`StrictMode` and `IgnoreMacros` are deprecated and will be removed in further
123+
releases.
127124

128125
.. csv-table::
129126
:header: "Check", "Options removed from global option"

0 commit comments

Comments
 (0)