1.. title:: clang-tidy - hicpp-avoid-goto 2.. meta:: 3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/avoid-goto.html 4 5hicpp-avoid-goto 6================ 7 8The `hicpp-avoid-goto` check is an alias, please see 9:doc:`cppcoreguidelines-avoid-goto <../cppcoreguidelines/avoid-goto>` 10for more information. 11It enforces the `rule 6.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/statements>`_. 12