[PATCH] D19181: Map Attribute in the C API.

whitequark via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 17:48:29 PDT 2016


whitequark added inline comments.

================
Comment at: include/llvm-c/Core.h:496
@@ -491,1 +495,3 @@
+LLVMAttributeRef LLVMCreateAttribute(LLVMContextRef C, unsigned KindID);
+unsigned LLVMGetAttributeKind(LLVMAttributeRef A);
 
----------------
Document this function?


http://reviews.llvm.org/D19181





More information about the llvm-commits mailing list