0c5d3a4a10b6b9568691c4170f53c71508a20dda
[platform/upstream/llvm.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp-no-assembler.rst
1 .. title:: clang-tidy - hicpp-no-assembler
2
3 hicpp-no-assembler
4 ===================
5
6 Check for assembler statements. No fix is offered.
7
8 Inline assembler is forbidden by the `High Integrity C++ Coding Standard
9 <http://www.codingstandard.com/section/7-5-the-asm-declaration/>`_ 
10 as it restricts the portability of code.