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