[PATCH] D33677: subtypes for C and OCaml API

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 14:32:54 PDT 2017


whitequark added inline comments.


================
Comment at: bindings/ocaml/llvm/llvm.mli:665
+(** [num_contained_types ty] returns the number of types in the derived type *)
+val num_contained_types : lltype -> int
+
----------------
This shouldn't be exposed in the public interface, I think.


https://reviews.llvm.org/D33677





More information about the llvm-commits mailing list