Skip to content

Commit 7432684

Browse files
committed
Make release notes match docu
1 parent 7bb1043 commit 7432684

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
@@ -139,7 +139,8 @@ New checks
139139
- New :doc:`cppcoreguidelines-use-enum-class
140140
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
141141

142-
Finds plain non-class ``enum`` definitions that could use ``enum class``.
142+
Finds unscoped (non-class) ``enum`` declarations and suggests using
143+
``enum class`` instead.
143144

144145
- New :doc:`portability-avoid-pragma-once
145146
<clang-tidy/checks/portability/avoid-pragma-once>` check.

0 commit comments

Comments
 (0)