@@ -355,7 +355,6 @@ Clang-Tidy Checks
355
355
:doc: `readability-identifier-length <readability/identifier-length >`,
356
356
:doc: `readability-identifier-naming <readability/identifier-naming >`, "Yes"
357
357
:doc: `readability-implicit-bool-conversion <readability/implicit-bool-conversion >`, "Yes"
358
- :doc: `readability-redundant-inline-specifier <readability/redundant-inline-specifier >`, "Yes"
359
358
:doc: `readability-inconsistent-declaration-parameter-name <readability/inconsistent-declaration-parameter-name >`, "Yes"
360
359
:doc: `readability-isolate-declaration <readability/isolate-declaration >`, "Yes"
361
360
:doc: `readability-magic-numbers <readability/magic-numbers >`,
@@ -371,6 +370,7 @@ Clang-Tidy Checks
371
370
:doc: `readability-redundant-control-flow <readability/redundant-control-flow >`, "Yes"
372
371
:doc: `readability-redundant-declaration <readability/redundant-declaration >`, "Yes"
373
372
:doc: `readability-redundant-function-ptr-dereference <readability/redundant-function-ptr-dereference >`, "Yes"
373
+ :doc: `readability-redundant-inline-specifier <readability/redundant-inline-specifier >`, "Yes"
374
374
:doc: `readability-redundant-member-init <readability/redundant-member-init >`, "Yes"
375
375
:doc: `readability-redundant-preprocessor <readability/redundant-preprocessor >`,
376
376
:doc: `readability-redundant-smartptr-get <readability/redundant-smartptr-get >`, "Yes"
0 commit comments