@@ -189,13 +189,6 @@ Changes in existing checks
189
189
<clang-tidy/checks/bugprone/branch-clone>` check to improve detection of
190
190
branch clones by now detecting duplicate inner and outer if statements.
191
191
192
- - New unsafe functions checks :doc: `bugprone-unsafe-functions
193
- <clang-tidy/checks/bugprone/unsafe-functions>` were added to clang-tidy.
194
-
195
- - Improved :doc: `bugprone-unsafe-functions
196
- <clang-tidy/checks/bugprone/unsafe-functions>`, added `ctime ` and `localtime `
197
- to unsafe functions check in clang-tidy.
198
-
199
192
- Improved :doc: `bugprone-casting-through-void
200
193
<clang-tidy/checks/bugprone/casting-through-void>` check to suggest replacing
201
194
the offending code with ``reinterpret_cast ``, to more clearly express intent.
@@ -242,13 +235,10 @@ Changes in existing checks
242
235
`bsl::optional ` and `bdlb::NullableValue ` from
243
236
<https://github.com/bloomberg/bde>_.
244
237
245
- - Improved :doc: `bugprone-unsafe-functions
246
- <clang-tidy/checks/bugprone/unsafe-functions>` by adding ``ctime `` and
247
- ``localtime `` functions.
248
-
249
238
- Improved :doc: `bugprone-unsafe-functions
250
239
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
251
- additional functions to match.
240
+ additional functions to match. Added `ctime ` and `localtime `
241
+ to unsafe functions check in clang-tidy.
252
242
253
243
- Improved :doc: `bugprone-use-after-move
254
244
<clang-tidy/checks/bugprone/use-after-move>` to avoid triggering on
0 commit comments