diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-09 14:26:09 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-09 14:26:09 +0000 |
commit | 604b7c22beb48edb29c605d9c3e75a7d2d1b3c2a (patch) | |
tree | 24be53f4a32dc990a34fe5e698b5f80026a53d5e /llvm/include/llvm-c | |
parent | 04a9a0eb0dd459ee209d001eaaaf6c9a73b76869 (diff) | |
download | bcm5719-llvm-604b7c22beb48edb29c605d9c3e75a7d2d1b3c2a.tar.gz bcm5719-llvm-604b7c22beb48edb29c605d9c3e75a7d2d1b3c2a.zip |
Fix Wdocumentation unknown parameter warning. NFCI.
llvm-svn: 374171
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h index e9e0947620a..41e9f96bbb9 100644 --- a/llvm/include/llvm-c/DebugInfo.h +++ b/llvm/include/llvm-c/DebugInfo.h @@ -539,7 +539,7 @@ LLVMDIBuilderCreateSubroutineType(LLVMDIBuilderRef Builder, * @param Builder The DIBuilder. * @param ParentMacroFile Macro parent (could be NULL). * @param Line Source line number where the macro is defined. - * @param MacroType DW_MACINFO_define or DW_MACINFO_undef. + * @param RecordType DW_MACINFO_define or DW_MACINFO_undef. * @param Name Macro name. * @param NameLen Macro name length. * @param Value Macro value. |