[PATCH] D146922: [clang-tidy] Fix false positve for defaulted move constructor in performance-noexcept-move-constructor
André Schackier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 29 09:54:06 PDT 2023
AMS21 updated this revision to Diff 509405.
AMS21 marked an inline comment as done.
AMS21 added a comment.
Herald added a subscriber: ChuanqiXu.
Move functionality to a seperate file
Also the noexcept move constrcutor check now only runs with exceptions enabled like other checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146922/new/
https://reviews.llvm.org/D146922
Files:
clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.cpp
clang-tools-extra/clang-tidy/performance/NoexceptMoveConstructorCheck.h
clang-tools-extra/clang-tidy/utils/CMakeLists.txt
clang-tools-extra/clang-tidy/utils/ExceptionSpecAnalyzer.cpp
clang-tools-extra/clang-tidy/utils/ExceptionSpecAnalyzer.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/performance/noexcept-move-constructor-fix.cpp
clang-tools-extra/test/clang-tidy/checkers/performance/noexcept-move-constructor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146922.509405.patch
Type: text/x-patch
Size: 28383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230329/f4918112/attachment-0001.bin>
More information about the cfe-commits
mailing list