summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-24 13:38:26 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-24 13:38:26 +0000
commitd6ceda8451d80ca6a3f624777d06b5a3fccba751 (patch)
tree83882fedcfe240789965f1e944ce51028870f5cc
parent23d29250ae526dd4f607383c6099e64bc3018b2b (diff)
downloadbcm5719-llvm-d6ceda8451d80ca6a3f624777d06b5a3fccba751.tar.gz
bcm5719-llvm-d6ceda8451d80ca6a3f624777d06b5a3fccba751.zip
Fix Wdocumentation warnings. NFCI.
llvm-svn: 330716
-rw-r--r--llvm/include/llvm-c/DebugInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index d079d2c1c62..0fc3e4aa0a8 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/include/llvm-c/DebugInfo.h
@@ -596,7 +596,6 @@ LLVMDIBuilderCreateNullPtrType(LLVMDIBuilderRef Builder);
* Objective-C.
* \param SizeInBits Member size.
* \param AlignInBits Member alignment.
- * \param Flags Flags.
* \param UniqueIdentifier A unique identifier for the type.
* \param UniqueIdentifierLen Length of the unique identifier.
*/
@@ -770,8 +769,6 @@ LLVMDIBuilderCreateGlobalVariableExpression(LLVMDIBuilderRef Builder,
* \param Ty Variable Type.
* \param LocalToUnit Boolean flag indicate whether this variable is
* externally visible or not.
- * \param Expr The location of the global relative to the attached
- * GlobalVariable.
* \param Decl Reference to the corresponding declaration.
* \param AlignInBits Variable alignment(or 0 if no alignment attr was
* specified)
OpenPOWER on IntegriCloud