File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -184,17 +184,17 @@ Improvements to clang-tidy
184184New 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
You can’t perform that action at this time.
0 commit comments