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 48d3d21 commit e94f36bCopy full SHA for e94f36b
clang-tools-extra/docs/ReleaseNotes.rst
@@ -133,8 +133,9 @@ Changes in existing checks
133
member function calls too.
134
135
- 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``.
+ <clang-tidy/checks/readability/enum-initial-value>` check by only issuing
+ diagnostics for the definition of an ``enum``, and by fixing a typo in the
138
+ diagnostic.
139
140
- Improved :doc:`performance-avoid-endl
141
<clang-tidy/checks/performance/avoid-endl>` check to use ``std::endl`` as
0 commit comments