brintos

brintos / llvm-project-archived public Read only

0
0
Text · 546 B · 5eb5f67 Raw
14 lines · plain
1.. title:: clang-tidy - cppcoreguidelines-noexcept-destructor2.. meta::3   :http-equiv=refresh: 5;URL=../performance/noexcept-destructor.html4 5cppcoreguidelines-noexcept-destructor6=====================================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 see12:doc:`performance-noexcept-destructor <../performance/noexcept-destructor>`13for more information.14