From: Simon Pilgrim Date: Mon, 2 Apr 2018 10:34:39 +0000 (+0000) Subject: Wdocumentation fix. NFCI. X-Git-Tag: llvmorg-7.0.0-rc1~9226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f0bda296da60ab78c4bb0371bd0433ebb3fc425;p=platform%2Fupstream%2Fllvm.git Wdocumentation fix. NFCI. llvm-svn: 328964 --- diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h index 63da997..02ae1d5 100644 --- a/llvm/include/llvm-c/DebugInfo.h +++ b/llvm/include/llvm-c/DebugInfo.h @@ -433,11 +433,11 @@ LLVMDIBuilderCreateStaticMemberType( /** * Create debugging information entry for a pointer to member. * \param Builder The DIBuilder. - * \param PointeeType Type pointed to by this pointer. - * \param Class Type for which this pointer points to members of. - * \param SizeInBits Size. - * \param AlignInBits Alignment. (optional) - * \param Flags Flags. + * \param PointeeType Type pointed to by this pointer. + * \param ClassType Type for which this pointer points to members of. + * \param SizeInBits Size. + * \param AlignInBits Alignment. + * \param Flags Flags. */ LLVMMetadataRef LLVMDIBuilderCreateMemberPointerType(LLVMDIBuilderRef Builder,