.. 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 `_ of the High Integrity C++ Coding Standard.