Skip to content

Commit d2884af

Browse files
zeyi2Debadri Basak
authored andcommitted
[clang-tidy][NFC] Fix alphabetical order in ReleaseNotes.rst (llvm#166038)
Fix an incorrect order in `ReleaseNotes.rst`
1 parent f3aa2f8 commit d2884af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,17 @@ Improvements to clang-tidy
184184
New checks
185185
^^^^^^^^^^
186186

187+
- New :doc:`bugprone-derived-method-shadowing-base-method
188+
<clang-tidy/checks/bugprone/derived-method-shadowing-base-method>` check.
189+
190+
Finds derived class methods that shadow a (non-virtual) base class method.
191+
187192
- New :doc:`bugprone-invalid-enum-default-initialization
188193
<clang-tidy/checks/bugprone/invalid-enum-default-initialization>` check.
189194

190195
Detects default initialization (to 0) of variables with ``enum`` type where
191196
the enum has no enumerator with value of 0.
192197

193-
- New :doc:`bugprone-derived-method-shadowing-base-method
194-
<clang-tidy/checks/bugprone/derived-method-shadowing-base-method>` check.
195-
196-
Finds derived class methods that shadow a (non-virtual) base class method.
197-
198198
- New :doc:`cppcoreguidelines-pro-bounds-avoid-unchecked-container-access
199199
<clang-tidy/checks/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access>`
200200
check.
@@ -367,7 +367,7 @@ Changes in existing checks
367367

368368
- Improved :doc:`misc-const-correctness
369369
<clang-tidy/checks/misc/const-correctness>` check to avoid false
370-
positives when pointers is transferred to non-const references
370+
positives when pointers is transferred to non-const references
371371
and avoid false positives of function pointer and fix false
372372
positives on return of non-const pointer.
373373

0 commit comments

Comments
 (0)