You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested clang-tidy 17 on some codebases, and there seems to be false positives (except if I'm missing something) with performance-noexcept-move-constructor and performance-noexcept-swap checks, at least in templated code that annotates the move constructor or swap with a conditional noexcept (when using traits, otherwise it is properly handled).