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 880b73f commit c371e64Copy full SHA for c371e64
clang-tools-extra/docs/ReleaseNotes.rst
@@ -133,7 +133,8 @@ New checks
133
- New :doc:`cppcoreguidelines-use-enum-class
134
<clang-tidy/checks/cppcoreguidelines/use-enum-class>` check.
135
136
- Finds plain non-class ``enum`` definitions that could use ``enum class``.
+ Finds unscoped (non-class) ``enum`` declarations and suggests using
137
+ ``enum class`` instead.
138
139
- New :doc:`readability-ambiguous-smartptr-reset-call
140
<clang-tidy/checks/readability/ambiguous-smartptr-reset-call>` check.
0 commit comments