@@ -108,22 +108,19 @@ Improvements to clang-query
108108Improvements 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