blob: a8e5da658af548b147ead6a4c7dff8b6130a87cb [file] [log] [blame]
.. title:: clang-tidy - cppcoreguidelines-noexcept-swap
.. meta::
:http-equiv=refresh: 5;URL=../performance/noexcept-swap.html
cppcoreguidelines-noexcept-swap
===============================
This check implements `C.83 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c83-for-value-like-types-consider-providing-a-noexcept-swap-function>`_
, `C.84 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c84-a-swap-function-must-not-fail>`_
and `C.85 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c85-make-swap-noexcept>`_
from the C++ Core Guidelines.
The cppcoreguidelines-noexcept-swap check is an alias, please see
`performance-noexcept-swap <../performance/noexcept-swap.html>`_
for more information.