[all-commits] [llvm/llvm-project] 845618: [clang-tidy] Refactor common code from the Noexcep...
AMS21 via All-commits
all-commits at lists.llvm.org
Sun Jun 18 00:30:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 845618cf69e89313084a4e93f8ff31d8e6ea4499
https://github.com/llvm/llvm-project/commit/845618cf69e89313084a4e93f8ff31d8e6ea4499
Author: AMS21 <AMS21.github at gmail.com>
Date: 2023-06-18 (Sun, 18 Jun 2023)
Changed paths:
M clang-tools-extra/clang-tidy/performance/CMakeLists.txt
M clang-tools-extra/clang-tidy/performance/NoexceptDestructorCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoexceptDestructorCheck.h
A clang-tools-extra/clang-tidy/performance/NoexceptFunctionBaseCheck.cpp
A clang-tools-extra/clang-tidy/performance/NoexceptFunctionBaseCheck.h
M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h
M clang-tools-extra/clang-tidy/performance/NoexceptSwapCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoexceptSwapCheck.h
Log Message:
-----------
[clang-tidy] Refactor common code from the Noexcept*Checks into `NoexceptFunctionCheck`
As discussed in the https://reviews.llvm.org/D148697 review.
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D153198
More information about the All-commits
mailing list