Skip to content

clang-tidy: restore 'misc-noexcept-move-constructor'

Brad King requested to merge brad.king/cmake:refactor-backtrace into master

We disabled this in !2410 (merged) due to false positives. Restore it and use a NOLINT comment to suppress them instead.

Merge request reports