We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb1043 commit 7432684Copy full SHA for 7432684
clang-tools-extra/docs/ReleaseNotes.rst
@@ -139,7 +139,8 @@ New checks
139
- New :doc:`cppcoreguidelines-use-enum-class
140
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
141
142
- Finds plain non-class ``enum`` definitions that could use ``enum class``.
+ Finds unscoped (non-class) ``enum`` declarations and suggests using
143
+ ``enum class`` instead.
144
145
- New :doc:`portability-avoid-pragma-once
146
<clang-tidy/checks/portability/avoid-pragma-once>` check.
0 commit comments