We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d1430 commit c68b2efCopy full SHA for c68b2ef
clang/include/clang/AST/OperationKinds.def
@@ -119,9 +119,9 @@ CAST_OPERATION(ArrayToPointerDecay)
119
CAST_OPERATION(FunctionToPointerDecay)
120
121
/// CK_NullToPointer - Null pointer constant to pointer, ObjC
122
-/// pointer, or block pointer.
+/// pointer, or block pointer. The result of this conversion can
123
+/// still be a null pointer constant if it has type std::nullptr_t.
124
/// (void*) 0
-/// (std::nullptr_t) x
125
/// void (^block)() = 0;
126
CAST_OPERATION(NullToPointer)
127
0 commit comments