[PATCH] D45933: [LLVM-C] DIBuilderBindings for Subrange and Arrays

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 01:50:16 PDT 2018


whitequark added inline comments.


================
Comment at: include/llvm-c/DebugInfo.h:293
+                                                  LLVMMetadataRef *Data,
+                                                  unsigned NumElements);
+
----------------
`size_t`


================
Comment at: include/llvm-c/DebugInfo.h:641
+                                              LLVMMetadataRef *Data,
+                                              unsigned NumElements);
+
----------------
`size_t`


Repository:
  rL LLVM

https://reviews.llvm.org/D45933





More information about the llvm-commits mailing list