[PATCH] D153198: [clang-tidy] Refactor common code from the Noexcept*Checks into `NoexceptFunctionCheck`
André Schackier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 17 10:27:30 PDT 2023
AMS21 updated this revision to Diff 532414.
AMS21 marked an inline comment as done.
AMS21 added a comment.
So somehow I didn't add the actual `BaseNoexceptFunctionCheck` files, thats why the build failed.
Also implemented the two new suggestions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153198/new/
https://reviews.llvm.org/D153198
Files:
clang-tools-extra/clang-tidy/performance/CMakeLists.txt
clang-tools-extra/clang-tidy/performance/NoexceptDestructorCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptDestructorCheck.h
clang-tools-extra/clang-tidy/performance/NoexceptFunctionBaseCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptFunctionBaseCheck.h
clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h
clang-tools-extra/clang-tidy/performance/NoexceptSwapCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptSwapCheck.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153198.532414.patch
Type: text/x-patch
Size: 18653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230617/94588c28/attachment-0001.bin>
More information about the cfe-commits
mailing list