brintos

brintos / llvm-project-archived public Read only

0
0
Text · 417 B · ccc2a7b Raw
12 lines · plain
1.. title:: clang-tidy - hicpp-avoid-goto2.. meta::3   :http-equiv=refresh: 5;URL=../cppcoreguidelines/avoid-goto.html4 5hicpp-avoid-goto6================7 8The `hicpp-avoid-goto` check is an alias, please see9: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