File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ The `hicpp-braces-around-statements` check is an alias, please see
99:doc: `readability-braces-around-statements
1010<../readability/braces-around-statements>`
1111for more information.
12- It enforces the `rule 6.1.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/statements >`_.
12+ It enforces the `rule 6.1.1
13+ <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/statements> `_.
Original file line number Diff line number Diff line change 55hicpp-explicit-conversions
66==========================
77
8- This check is an alias for :doc: `google-explicit-constructor <../google/explicit-constructor >`.
9- Used to enforce parts of `rule 5.4.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard-expressions >`_.
8+ This check is an alias for
9+ :doc: `google-explicit-constructor <../google/explicit-constructor >`.
10+
11+ Used to enforce parts of `rule 5.4.1
12+ <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard-expressions> `_.
1013This check will enforce that constructors and conversion operators are
1114marked `explicit `. Other forms of casting checks are implemented in
1215other places. The following checks can be used to check for more forms
1316of casting:
1417
15- - :doc: `cppcoreguidelines-pro-type-static-cast-downcast
16- <../cppcoreguidelines/pro-type-static-cast-downcast>`
17- - :doc: `cppcoreguidelines-pro-type-reinterpret-cast
18- <../cppcoreguidelines/pro-type-reinterpret-cast>`
19- - :doc: `cppcoreguidelines-pro-type-const-cast
20- <../cppcoreguidelines/pro-type-const-cast>`
21- - :doc: `cppcoreguidelines-pro-type-cstyle-cast
22- <../cppcoreguidelines/pro-type-cstyle-cast>`
18+ - :doc: `cppcoreguidelines-pro-type-static-cast-downcast <../cppcoreguidelines/pro-type-static-cast-downcast >`
19+ - :doc: `cppcoreguidelines-pro-type-reinterpret-cast <../cppcoreguidelines/pro-type-reinterpret-cast >`
20+ - :doc: `cppcoreguidelines-pro-type-const-cast <../cppcoreguidelines/pro-type-const-cast >`
21+ - :doc: `cppcoreguidelines-pro-type-cstyle-cast <../cppcoreguidelines/pro-type-cstyle-cast >`
You can’t perform that action at this time.
0 commit comments