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