Skip to content

Commit e94f36b

Browse files
committed
fix release note + mention diag message fix
1 parent 48d3d21 commit e94f36b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ Changes in existing checks
133133
member function calls too.
134134

135135
- Improved :doc:`readability-enum-initial-value
136-
<clang-tidy/checks/readability-enum-initial-value>` check to only issue
137-
diagnostics for the definition of an ``enum``.
136+
<clang-tidy/checks/readability/enum-initial-value>` check by only issuing
137+
diagnostics for the definition of an ``enum``, and by fixing a typo in the
138+
diagnostic.
138139

139140
- Improved :doc:`performance-avoid-endl
140141
<clang-tidy/checks/performance/avoid-endl>` check to use ``std::endl`` as

0 commit comments

Comments
 (0)