xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/avoid-goto.rst (revision 12bdbe2792b53ee1253c508b44f24d43735e7de9)
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