tidy - hicpp-no-assembler — Extra Clang Tools 22.0.0git documentation (original) (raw)
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.1of the High Integrity C++ Coding Standard.