xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/noexcept-move.rst (revision c6fa07ca966eb8902465adbe2c6c1e41a108881c)
1.. title:: clang-tidy - hicpp-noexcept-move
2.. meta::
3   :http-equiv=refresh: 5;URL=../performance/noexcept-move-constructor.html
4
5hicpp-noexcept-move
6===================
7
8This check is an alias for :doc:`performance-noexcept-move-constructor
9<../performance/noexcept-move-constructor>`.
10Checks `rule 12.5.4 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_ to mark move assignment and move construction `noexcept`.
11