Skip to content

Commit 2ded50d

Browse files
committed
Test comment update
1 parent f553d45 commit 2ded50d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clang-tools-extra/docs/clang-tidy/checks/abseil/cleanup-ctad.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
abseil-cleanup-ctad
44
===================
55

6-
Suggests switching the initialization pattern of ``absl::Cleanup`` instances from the factor function to class template argument
6+
Suggests switching the initialization pattern of ``absl::Cleanup``
7+
instances from the factor function to class template argument
78
deduction (CTAD), in C++17 and higher.
89

910
.. code-block:: c++

clang-tools-extra/docs/clang-tidy/checks/bugprone/unsafe-functions.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
bugprone-unsafe-functions
44
=========================
55

6-
76
Checks for functions that have safer, more secure replacements available, or
87
are considered deprecated due to design flaws.
98
The check heavily relies on the functions from the
@@ -17,7 +16,6 @@ The check implements the following rules from the CERT C Coding Standard:
1716

1817
`cert-msc24-c` and `cert-msc33-c` redirect here as aliases of this check.
1918

20-
2119
Unsafe functions
2220
----------------
2321

0 commit comments

Comments
 (0)