[PATCH] D146922: [clang-tidy] Fix false positve for defaulted move constructor in performance-noexcept-move-constructor

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 10:45:37 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5abe338f2a7f: [clang-tidy] Fix false positve for defaulted move constructor in performance… (authored by AMS21, committed by PiotrZSL).

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.513674.patch
Type: text/x-patch
Size: 31291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230414/78a615ea/attachment-0001.bin>


More information about the cfe-commits mailing list