@@ -134,8 +134,6 @@ New check aliases
134
134
Changes in existing checks
135
135
^^^^^^^^^^^^^^^^^^^^^^^^^^
136
136
137
- <<<<<<< HEAD
138
- ||||||| parent of c62bbb1d2bf2 (moved release notes for `ctime ` and `localtime `)
139
137
- Improved :doc: `altera-id-dependent-backward-branch
140
138
<clang-tidy/checks/altera/id-dependent-backward-branch>` check by fixing
141
139
crashes from invalid code.
@@ -144,33 +142,10 @@ Changes in existing checks
144
142
<clang-tidy/checks/bugprone/branch-clone>` check to improve detection of
145
143
branch clones by now detecting duplicate inner and outer if statements.
146
144
147
- - Improved :doc: `bugprone-casting-through-void
148
- <clang-tidy/checks/bugprone/casting-through-void>` check to suggest replacing
149
- the offending code with ``reinterpret_cast ``, to more clearly express intent.
150
-
151
- - Improved :doc: `bugprone-dangling-handle
152
- <clang-tidy/checks/bugprone/dangling-handle>` check to treat `std::span ` as a
153
- handle class.
154
-
155
- - Improved :doc: `bugprone-exception-escape
156
- <clang-tidy/checks/bugprone/exception-escape>` by fixing false positives
157
- when a consteval function with throw statements.
158
-
159
- - Improved :doc: `bugprone-forwarding-reference-overload
160
- <clang-tidy/checks/bugprone/forwarding-reference-overload>` check by fixing
161
- a crash when determining if an ``enable_if[_t] `` was found.
162
-
163
- =======
164
- - Improved :doc: `altera-id-dependent-backward-branch
165
- <clang-tidy/checks/altera/id-dependent-backward-branch>` check by fixing
166
- crashes from invalid code.
167
-
168
- - Improved :doc: `bugprone-branch-clone
169
- <clang-tidy/checks/bugprone/branch-clone>` check to improve detection of
170
- branch clones by now detecting duplicate inner and outer if statements.
145
+ - Added `ctime ` and `localtime ` to clang-tidy.
171
146
172
- - New unsafe functions checks :doc: `bugprone-unsafe-functions
173
- <clang-tidy/checks/ bugprone/unsafe-functions>` were added to clang-tidy.
147
+ - New unsafe functions checks :doc: `bugprone-unsafe-functions-check `
148
+ <clang-tidy/bugprone/UnsafeFunctionsCheck.cpp> were added to clang-tidy.
174
149
175
150
- Improved :doc: `bugprone-unsafe-functions
176
151
<clang-tidy/checks/bugprone/unsafe-functions>`, added `ctime ` and `localtime `
@@ -192,7 +167,6 @@ Changes in existing checks
192
167
<clang-tidy/checks/bugprone/forwarding-reference-overload>` check by fixing
193
168
a crash when determining if an ``enable_if[_t] `` was found.
194
169
195
- >>>>>>> c62bbb1d2bf2 (moved release notes for `ctime ` and `localtime `)
196
170
- Improved :doc: `bugprone-optional-value-conversion
197
171
<clang-tidy/checks/bugprone/optional-value-conversion>` check to detect
198
172
conversion in argument of ``std::make_optional ``.
0 commit comments