Skip to content

Commit c7fe31f

Browse files
committed
~
1 parent f1b50a8 commit c7fe31f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

clang-tools-extra/docs/clang-tidy/checks/hicpp/braces-around-statements.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>`
1111
for 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>`_.

clang-tools-extra/docs/clang-tidy/checks/hicpp/explicit-conversions.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
hicpp-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>`_.
1013
This check will enforce that constructors and conversion operators are
1114
marked `explicit`. Other forms of casting checks are implemented in
1215
other places. The following checks can be used to check for more forms
1316
of 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>`

0 commit comments

Comments
 (0)