Skip to content

Commit e0f3bae

Browse files
authored
Put note in ReleaseNotes according to alphabetical order.
1 parent bc2ed4f commit e0f3bae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ New check aliases
141141
Changes 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``.

0 commit comments

Comments
 (0)