Skip to content

Commit f5d1430

Browse files
authored
Update CK_NullToPointer comment
1 parent 74e4ed2 commit f5d1430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/OperationKinds.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CAST_OPERATION(FunctionToPointerDecay)
121121
/// CK_NullToPointer - Null pointer constant to pointer, ObjC
122122
/// pointer, or block pointer.
123123
/// (void*) 0
124-
/// (void*) nullptr
124+
/// (std::nullptr_t) x
125125
/// void (^block)() = 0;
126126
CAST_OPERATION(NullToPointer)
127127

0 commit comments

Comments
 (0)