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.
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.