Skip to content

Commit b509f7c

Browse files
authored
Revise CK_NullToPointer comment
This addresses a post-commit review comment in #137364 (comment).
1 parent 88f8637 commit b509f7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/AST/OperationKinds.def

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ CAST_OPERATION(ArrayToPointerDecay)
119119
CAST_OPERATION(FunctionToPointerDecay)
120120

121121
/// CK_NullToPointer - Null pointer constant to pointer, ObjC
122-
/// pointer, or block pointer. The result of this conversion can
123-
/// still be a null pointer constant if it has type std::nullptr_t.
122+
/// pointer, block pointer, or std::nullptr_t.
124123
/// (void*) 0
125124
/// void (^block)() = 0;
126125
CAST_OPERATION(NullToPointer)

0 commit comments

Comments
 (0)