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 88f8637 commit b509f7cCopy full SHA for b509f7c
clang/include/clang/AST/OperationKinds.def
@@ -119,8 +119,7 @@ CAST_OPERATION(ArrayToPointerDecay)
119
CAST_OPERATION(FunctionToPointerDecay)
120
121
/// 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.
+/// pointer, block pointer, or std::nullptr_t.
124
/// (void*) 0
125
/// void (^block)() = 0;
126
CAST_OPERATION(NullToPointer)
0 commit comments