diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-04-02 10:34:39 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-04-02 10:34:39 +0000 |
commit | 3f0bda296da60ab78c4bb0371bd0433ebb3fc425 (patch) | |
tree | 25e10aafb155feed6e0d808e0defaf18366bf714 /llvm/include/llvm-c | |
parent | 49a5ddfda0b3485746861feb378e198bd6180691 (diff) | |
download | bcm5719-llvm-3f0bda296da60ab78c4bb0371bd0433ebb3fc425.tar.gz bcm5719-llvm-3f0bda296da60ab78c4bb0371bd0433ebb3fc425.zip |
Wdocumentation fix. NFCI.
llvm-svn: 328964
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/DebugInfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h index 63da997a6ba..02ae1d51492 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, |