File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 33abseil-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
78deduction (CTAD), in C++17 and higher.
89
910.. code-block :: c++
Original file line number Diff line number Diff line change 33bugprone-unsafe-functions
44=========================
55
6-
76Checks for functions that have safer, more secure replacements available, or
87are considered deprecated due to design flaws.
98The 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-
2119Unsafe functions
2220----------------
2321
You can’t perform that action at this time.
0 commit comments