@@ -108,22 +108,19 @@ Improvements to clang-query
108
108
Improvements to clang-tidy
109
109
--------------------------
110
110
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
-
117
111
- Improved :program: `run-clang-tidy.py ` script. Fixed minor shutdown noise
118
112
happening on certain platforms when interrupting the script.
119
113
120
- - Improved :program: `clang-tidy ` by fixing incorrect configuration file path
121
- resolving when file paths contain ``.. ``.
114
+ - Improved :program: `clang-tidy `:
122
115
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.
127
124
128
125
.. csv-table ::
129
126
:header: "Check", "Options removed from global option"
0 commit comments