Extra Clang Tools 6 documentation

clang-tidy - hicpp-no-assembler

«  hicpp-no-array-decay   ::   Contents   ::   hicpp-no-malloc  »

hicpp-no-assembler

Check for assembler statements. No fix is offered.

Inline assembler is forbidden by the High Intergrity C++ Coding Standard as it restricts the portability of code.

«  hicpp-no-array-decay   ::   Contents   ::   hicpp-no-malloc  »