File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,20 @@ Improvements to clang-tidy
119
119
are changed to local options except `IncludeStyle `, `StrictMode ` and
120
120
`IgnoreMacros `.
121
121
122
+ .. csv-table ::
123
+ :header: "Check", "Options removed from global option"
124
+
125
+ :doc: `bugprone-reserved-identifier <clang-tidy/checks/bugprone/reserved-identifier >`, AggressiveDependentMemberLookup
126
+ :doc: `bugprone-unchecked-optional-access <clang-tidy/checks/bugprone/unchecked-optional-access >`, IgnoreSmartPointerDereference
127
+ :doc: `cppcoreguidelines-pro-type-member-init <clang-tidy/checks/cppcoreguidelines/pro-type-member-init >`, UseAssignment
128
+ :doc: `cppcoreguidelines-rvalue-reference-param-not-moved <clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved >`, AllowPartialMove; IgnoreUnnamedParams; IgnoreNonDeducedTemplateTypes
129
+ :doc: `misc-include-cleaner <clang-tidy/checks/misc/include-cleaner >`, IgnoreHeaders; DeduplicateFindings
130
+ :doc: `performance-inefficient-vector-operation <clang-tidy/checks/performance/inefficient-vector-operation >`, EnableProto
131
+ :doc: `readability-identifier-naming <clang-tidy/checks/readability/identifier-naming >`, AggressiveDependentMemberLookup
132
+ :doc: `readability-inconsistent-declaration-parameter-name <clang-tidy/checks/readability/inconsistent-declaration-parameter-name >`, Strict
133
+ :doc: `readability-redundant-access-specifiers <clang-tidy/checks/readability/redundant-access-specifiers >`, CheckFirstDeclaration
134
+ :doc: `readability-redundant-casting <clang-tidy/checks/readability/redundant-casting >`, IgnoreTypeAliases
135
+
122
136
New checks
123
137
^^^^^^^^^^
124
138
You can’t perform that action at this time.
0 commit comments