OSDN Git Service

Fix Wdocumentation warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 24 Apr 2018 13:38:26 +0000 (13:38 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 24 Apr 2018 13:38:26 +0000 (13:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330716 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/DebugInfo.h

index d079d2c..0fc3e4a 100644 (file)
@@ -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)