llvm/clang-tools-extra/docs/clang-tidy/checks/hicpp/no-assembler.rst

.. title:: clang-tidy - hicpp-no-assembler

hicpp-no-assembler
==================

Checks for assembler statements. Use of inline assembly should be avoided since
it restricts the portability of the code.

This enforces `rule 7.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_
of the High Integrity C++ Coding Standard.