File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,17 +238,17 @@ New check aliases
238
238
239
239
- New alias :doc: `cppcoreguidelines-noexcept-destructor
240
240
<clang-tidy/checks/cppcoreguidelines/noexcept-destructor>` to
241
- :doc`performance-noexcept-destructor
241
+ :doc: `performance-noexcept-destructor
242
242
<clang-tidy/checks/performance/noexcept-destructor>` was added.
243
243
244
244
- New alias :doc: `cppcoreguidelines-noexcept-move-operations
245
245
<clang-tidy/checks/cppcoreguidelines/noexcept-move-operations>` to
246
- :doc`performance-noexcept-move-constructor
246
+ :doc: `performance-noexcept-move-constructor
247
247
<clang-tidy/checks/performance/noexcept-move-constructor>` was added.
248
248
249
249
- New alias :doc: `cppcoreguidelines-noexcept-swap
250
250
<clang-tidy/checks/cppcoreguidelines/noexcept-swap>` to
251
- :doc`performance-noexcept-swap
251
+ :doc: `performance-noexcept-swap
252
252
<clang-tidy/checks/performance/noexcept-swap>` was added.
253
253
254
254
- New alias :doc: `cppcoreguidelines-use-default-member-init
You can’t perform that action at this time.
0 commit comments