[clang-tidy] Fix bugprone-use-after-move when move is in noexcept operator
Summary: Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=44667 | noexcept operator misinterpreted as being evaluated ]]. Reviewers: aaron.ballman, alexfh, JonasToth, hokein, gribozavr2 Reviewed By: gribozavr2 Subscribers: merge_guards_bot, Quuxplusone, xazax.hun, cfe-commits Tags: #clang, #clang-tools-extra Differential Revision: https://reviews.llvm.org/D73441
Loading
Please sign in to comment