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 @@ -141,10 +141,6 @@ New check aliases
141141Changes in existing checks
142142^^^^^^^^^^^^^^^^^^^^^^^^^^
143143
144- - Fixed :doc: `cppcoreguidelines-pro-type-union-access
145- <clang-tidy/checks/cppcoreguidelines/pro-type-union-access>` check to
146- report a location even when the member location is not valid.
147-
148144- Improved :doc: `bugprone-casting-through-void
149145 <clang-tidy/checks/bugprone/casting-through-void>` check to suggest replacing
150146 the offending code with ``reinterpret_cast ``, to more clearly express intent.
@@ -184,6 +180,10 @@ Changes in existing checks
184180 avoid false positive when member initialization depends on a structured
185181 binding variable.
186182
183+ - Fixed :doc: `cppcoreguidelines-pro-type-union-access
184+ <clang-tidy/checks/cppcoreguidelines/pro-type-union-access>` check to
185+ report a location even when the member location is not valid.
186+
187187- Improved :doc: `misc-definitions-in-headers
188188 <clang-tidy/checks/misc/definitions-in-headers>` check by rewording the
189189 diagnostic note that suggests adding ``inline ``.
You can’t perform that action at this time.
0 commit comments