Skip to content

Commit 896040c

Browse files
committed
Update function names in checkers.rst
1 parent 9c847c6 commit 896040c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3459,8 +3459,8 @@ Raw pointers and references to an object which supports CheckedPtr or CheckedRef
34593459
.. code-block:: cpp
34603460
34613461
struct CheckableObj {
3462-
void incrementPtrCount() {}
3463-
void decrementPtrCount() {}
3462+
void incrementCheckedPtrCount() {}
3463+
void decrementCheckedPtrCount() {}
34643464
};
34653465
34663466
struct Foo {

0 commit comments

Comments
 (0)