projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a9a0e
)
Fix Wdocumentation unknown parameter warning. NFCI.
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Wed, 9 Oct 2019 14:26:09 +0000
(14:26 +0000)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Wed, 9 Oct 2019 14:26:09 +0000
(14:26 +0000)
llvm-svn: 374171
llvm/include/llvm-c/DebugInfo.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm-c/DebugInfo.h
b/llvm/include/llvm-c/DebugInfo.h
index
e9e0947
..
41e9f96
100644
(file)
--- 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.