blob: ccc2a7b34efe540f43d5b32fa01dde363a5d7da3 [file] [log] [blame]
.. title:: clang-tidy - hicpp-avoid-goto
.. meta::
:http-equiv=refresh: 5;URL=../cppcoreguidelines/avoid-goto.html
hicpp-avoid-goto
================
The `hicpp-avoid-goto` check is an alias, please see
:doc:`cppcoreguidelines-avoid-goto <../cppcoreguidelines/avoid-goto>`
for more information.
It enforces the `rule 6.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/statements>`_.