1.. title:: clang-tidy - cppcoreguidelines-noexcept-destructor 2.. meta:: 3 :http-equiv=refresh: 5;URL=../performance/noexcept-destructor.html 4 5cppcoreguidelines-noexcept-destructor 6===================================== 7 8This check implements `C.37 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c37-make-destructors-noexcept>`_ 9from the C++ Core Guidelines. 10 11The `cppcoreguidelines-noexcept-destructor` check is an alias, please see 12:doc:`performance-noexcept-destructor <../performance/noexcept-destructor>` 13for more information. 14