Skip to content

Commit 13f2caf

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/bugprone/raw-memory-call-on-non-trivial-type.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent 0a1cdaf commit 13f2caf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/raw-memory-call-on-non-trivial-type.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ Options
2626

2727
.. option:: MemCmpNames
2828

29-
Specify extra functions to flag that act similarly to ``memcmp``.
30-
Specify names in a semicolon delimited list.
31-
Default is an empty string.
29+
Specify extra functions to flag that act similarly to ``memcmp``. Specify
30+
names in a semicolon-delimited list. Default is an empty string.
3231

3332
This check corresponds to the CERT C++ Coding Standard rule
3433
`OOP57-CPP. Prefer special member functions and overloaded operators to C

0 commit comments

Comments
 (0)