[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / avoid-goto.rst
blobccc2a7b34efe540f43d5b32fa01dde363a5d7da3
1 .. title:: clang-tidy - hicpp-avoid-goto
2 .. meta::
3    :http-equiv=refresh: 5;URL=../cppcoreguidelines/avoid-goto.html
5 hicpp-avoid-goto
6 ================
8 The `hicpp-avoid-goto` check is an alias, please see
9 :doc:`cppcoreguidelines-avoid-goto <../cppcoreguidelines/avoid-goto>`
10 for more information.
11 It enforces the `rule 6.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/statements>`_.