brintos

brintos / llvm-project-archived public Read only

0
0
Text · 497 B · aef9975 Raw
14 lines · plain
1.. title:: clang-tidy - hicpp-braces-around-statements2.. meta::3   :http-equiv=refresh: 5;URL=../readability/braces-around-statements.html4 5hicpp-braces-around-statements6==============================7 8The `hicpp-braces-around-statements` check is an alias, please see9:doc:`readability-braces-around-statements10<../readability/braces-around-statements>`11for more information.12It enforces the `rule 6.1.113<https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/statements>`_.14