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