[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / no-assembler.rst
blob381fb365e800ea3120e702cd8b5557a0ba75a34c
1 .. title:: clang-tidy - hicpp-no-assembler
3 hicpp-no-assembler
4 ===================
6 Check for assembler statements. No fix is offered.
8 Inline assembler is forbidden by the `High Integrity C++ Coding Standard
9 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_
10 as it restricts the portability of code.