[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / no-assembler.rst
blobcfc6e9b6ec3477a77cf0fb639b5560c0c4664baf
1 .. title:: clang-tidy - hicpp-no-assembler
3 hicpp-no-assembler
4 ==================
6 Checks for assembler statements. Use of inline assembly should be avoided since
7 it restricts the portability of the code.
9 This enforces `rule 7.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_
10 of the High Integrity C++ Coding Standard.