brintos

brintos / llvm-project-archived public Read only

0
0
Text · 748 B · f4e5ed0 Raw
16 lines · plain
1.. title:: clang-tidy - cppcoreguidelines-noexcept-swap2.. meta::3   :http-equiv=refresh: 5;URL=../performance/noexcept-swap.html4 5cppcoreguidelines-noexcept-swap6===============================7 8This check implements `C.83 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c83-for-value-like-types-consider-providing-a-noexcept-swap-function>`_9, `C.84 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c84-a-swap-function-must-not-fail>`_10and `C.85 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c85-make-swap-noexcept>`_11from the C++ Core Guidelines.12 13The `cppcoreguidelines-noexcept-swap check` is an alias, please see14:doc:`performance-noexcept-swap <../performance/noexcept-swap>`15for more information.16