[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:55:03 PDT 2023
AMS21 added a comment.
Looking around I've found the `ExceptionAnalyzer` class inside utils.
In D146922#4227832 <https://reviews.llvm.org/D146922#4227832>, @PiotrZSL wrote:
> Try refactoring code a lite bit, check suggestions, add tests for typedefs, and inheritance from template type.
I'm not quite sure what you mean by tests for typedefs. Maybe you could give me an example?
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