File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ Improvements to clang-tidy
112
112
the configuration options of the `Clang Static Analyzer Checks
113
113
<https://clang.llvm.org/docs/analyzer/checkers.html> `_.
114
114
115
+ - Improved :program: `clang-tidy ` by accepting parameters file in command line.
116
+
115
117
- Improved :program: `run-clang-tidy.py ` script. Fixed minor shutdown noise
116
118
happening on certain platforms when interrupting the script.
117
119
118
- - Improved :program: `clang-tidy ` by accepting parameters file in command line.
119
-
120
120
- Removed :program: `clang-tidy `'s global options for most of checks. All options
121
121
are changed to local options except `IncludeStyle `, `StrictMode ` and
122
122
`IgnoreMacros `. Global scoped `StrictMode ` and `IgnoreMacros ` are deprecated
@@ -292,7 +292,7 @@ Changes in existing checks
292
292
overloaded ``operator new `` and ``operator delete ``.
293
293
294
294
- 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
296
296
``std::span `` as a replacement for parameters of incomplete C array type in
297
297
C++20 and ``std::array `` or ``std::vector `` before C++20.
298
298
You can’t perform that action at this time.
0 commit comments