Skip to content

[clang-tidy][doc] combine the clang-tidy itself's change together in release note #122594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,19 @@ Improvements to clang-query
Improvements to clang-tidy
--------------------------

- Improved :program:`clang-tidy`'s `--verify-config` flag by adding support for
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 fixing incorrect configuration file path
resolving when file paths contain ``..``.
- Improved :program:`clang-tidy`:

- 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
and will be removed in further releases.
- add support for `--verify-config` flag to check the configuration options of
the `Clang Static Analyzer Checks <https://clang.llvm.org/docs/analyzer/checkers.html>`_.
- accept parameters file in command line.
- fix incorrect configuration file path resolving when file paths contain ``..``.
- remove 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 and will be removed in further
releases.

.. csv-table::
:header: "Check", "Options removed from global option"
Expand Down
Loading