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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 26 15:31:09 PDT 2023


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/performance/noexcept-move-constructor-fix.cpp:64
 // CHECK-FIXES: ){{.*}}noexcept{{.*}} {}
\ No newline at end of file

----------------
Please add.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146922/new/

https://reviews.llvm.org/D146922



More information about the cfe-commits mailing list