From d6ceda8451d80ca6a3f624777d06b5a3fccba751 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 24 Apr 2018 13:38:26 +0000 Subject: Fix Wdocumentation warnings. NFCI. llvm-svn: 330716 --- llvm/include/llvm-c/DebugInfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/include/llvm-c/DebugInfo.h') 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) -- cgit v1.2.3