1 .. title:: clang-tidy - hicpp-no-assembler
6 Checks for assembler statements. Use of inline assembly should be avoided since
7 it restricts the portability of the code.
9 This enforces `rule 7.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_
10 of the High Integrity C++ Coding Standard.