Add a clang-tidy check (misc-noexcept-move-ctors) for move constructors
and assignment operators not using noexcept.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lg
clang-tidy/misc/NoexceptMoveCtorsCheck.cpp | ||
---|---|---|
28–35 | I think we should add matchers to make it possible to express this (not necessary for this patch though). |
I think we should add matchers to make it possible to express this (not necessary for this patch though).