blob: 2a5ce350aa1b419ad2c9957931c2c212577c3232 [file] [log] [blame]
.. 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
`performance-noexcept-destructor <../performance/noexcept-destructor.html>`_
for more information.