File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,10 +182,6 @@ New check aliases
182
182
Changes in existing checks
183
183
^^^^^^^^^^^^^^^^^^^^^^^^^^
184
184
185
- - Improved :doc: `bugprone-narrowing-conversions
186
- <clang-tidy/checks/bugprone/narrowing-conversions>` check by fixing
187
- false positive from analysis of a conditional expression in C.
188
-
189
185
- Improved :doc: `bugprone-crtp-constructor-accessibility
190
186
<clang-tidy/checks/bugprone/crtp-constructor-accessibility>` check by fixing
191
187
false positives on deleted constructors that cannot be used to construct
@@ -199,6 +195,10 @@ Changes in existing checks
199
195
<clang-tidy/checks/bugprone/multi-level-implicit-pointer-conversion>` to
200
196
choose whether to enable the check in C code or not.
201
197
198
+ - Improved :doc: `bugprone-narrowing-conversions
199
+ <clang-tidy/checks/bugprone/narrowing-conversions>` check by fixing
200
+ false positive from analysis of a conditional expression in C.
201
+
202
202
- Improved :doc: `bugprone-optional-value-conversion
203
203
<clang-tidy/checks/bugprone/optional-value-conversion>` check to detect
204
204
conversion in argument of ``std::make_optional ``.
You can’t perform that action at this time.
0 commit comments