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 f420b61 commit c2324e1Copy full SHA for c2324e1
llvm/include/llvm-c/DebugInfo.h
@@ -751,9 +751,9 @@ LLVMMetadataRef LLVMDIBuilderCreateSubrangeType(
751
* \param Subscripts Subscripts.
752
* \param NumSubscripts Number of subscripts.
753
* \param DataLocation DataLocation.
754
- * \param Associated Associated.
755
- * \param Allocated Allocated.
756
- * \param Rank Rank.
+ * \param Associated Associated (not NULL).
+ * \param Allocated Allocated (not NULL).
+ * \param Rank Rank (not NULL).
757
* \param BitStride BitStride.
758
*/
759
LLVMMetadataRef LLVMDIBuilderCreateDynamicArrayType(
0 commit comments