There is no need for triggering warning when noexcept specifier in move constructor or move-assignment operator is neither evaluated nor uninstantiated.
This fixes bug reported here: bugs.llvm.org/show_bug.cgi?id=24712
Differential D31049
[Clang-tidy] Fix for misc-noexcept-move-constructor false triggers on defaulted declarations edyp87 on Mar 16 2017, 12:50 PM. Authored by
Details
There is no need for triggering warning when noexcept specifier in move constructor or move-assignment operator is neither evaluated nor uninstantiated. This fixes bug reported here: bugs.llvm.org/show_bug.cgi?id=24712
Diff Detail
Event Timeline |