Skip to content

Commit c371e64

Browse files
committed
Make release notes match docu
1 parent 880b73f commit c371e64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ New checks
133133
- New :doc:`cppcoreguidelines-use-enum-class
134134
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
135135

136-
Finds plain non-class ``enum`` definitions that could use ``enum class``.
136+
Finds unscoped (non-class) ``enum`` declarations and suggests using
137+
``enum class`` instead.
137138

138139
- New :doc:`readability-ambiguous-smartptr-reset-call
139140
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.

0 commit comments

Comments
 (0)