microsoft / GSL

Guidelines Support Library
Other
6.13k stars 737 forks source link

clang-tidy: performance-noexcept-move-constructor #1063

Closed jpr42 closed 1 year ago

jpr42 commented 1 year ago

I ran GSL through clang-tidy with the performance-* checks

https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/performance/noexcept-move-constructor.html

dmitrykobets-msft commented 1 year ago

Looks good, thanks for helping cleanup the codebase!