[PATCH] D18749: Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration away from LLVMAttribute
whitequark via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 3 23:12:41 PDT 2016
whitequark added inline comments.
================
Comment at: include/llvm-c/Core.h:438
@@ +437,3 @@
+unsigned LLVMGetAttrKindIDInContext(LLVMContextRef C, const char* Name,
+ unsigned SLen);
+unsigned LLVMGetAttrKindID(const char* Name, unsigned SLen);
----------------
You've just insisted on using size_t in another patch.
http://reviews.llvm.org/D18749
More information about the llvm-commits
mailing list