Skip to content

Commit a0e4f30

Browse files
committed
Update CK_NullToPointer comment
1 parent 5431de1 commit a0e4f30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/OperationKinds.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +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
124125
/// void (^block)() = 0;
125126
CAST_OPERATION(NullToPointer)
126127

0 commit comments

Comments
 (0)