bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/hicpp/no-assembler.rst

11 lines
366 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. title:: clang-tidy - hicpp-no-assembler
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 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_
of the High Integrity C++ Coding Standard.