[all-commits] [llvm/llvm-project] 1d0759: [clang-tidy][NFC] Fix list.rst generation when add...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Sat Jul 22 08:55:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d0759e6c3c2eaa8cbacfd76d409ed80ffd9fe9d
      https://github.com/llvm/llvm-project/commit/1d0759e6c3c2eaa8cbacfd76d409ed80ffd9fe9d
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-07-22 (Sat, 22 Jul 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/NoexceptDestructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
    M clang-tools-extra/clang-tidy/performance/NoexceptSwapCheck.cpp
    M clang-tools-extra/docs/clang-tidy/checks/list.rst

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list