1 .. title:: clang-tidy - hicpp-no-assembler
6 Check for assembler statements. No fix is offered.
8 Inline assembler is forbidden by the `High Integrity C++ Coding Standard
9 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_
10 as it restricts the portability of code.