[clang-tidy][NFC] Fix list.rst generation when adding check
authorPiotr Zegar <me@piotrzegar.pl>
Sat, 22 Jul 2023 15:48:18 +0000 (15:48 +0000)
committerPiotr Zegar <me@piotrzegar.pl>
Sat, 22 Jul 2023 15:55:22 +0000 (15:55 +0000)
commit1d0759e6c3c2eaa8cbacfd76d409ed80ffd9fe9d
tree5330700cfd174303e013d274cfbab2a1c8030967
parentd878916c213c9184e0cd5032a246580d8c3b6bea
[clang-tidy][NFC] Fix list.rst generation when adding check

add_new_check.py does not work properly for checks that
generate fixes in base class. Adding some comments to those
checks in order to fix list.rst generation.
clang-tools-extra/clang-tidy/performance/NoexceptDestructorCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptSwapCheck.cpp
clang-tools-extra/docs/clang-tidy/checks/list.rst