[llvm] r330716 - Fix Wdocumentation warnings. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 06:38:26 PDT 2018


Author: rksimon
Date: Tue Apr 24 06:38:26 2018
New Revision: 330716

URL: http://llvm.org/viewvc/llvm-project?rev=330716&view=rev
Log:
Fix Wdocumentation warnings. NFCI.

Modified:
    llvm/trunk/include/llvm-c/DebugInfo.h

Modified: llvm/trunk/include/llvm-c/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/DebugInfo.h?rev=330716&r1=330715&r2=330716&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/DebugInfo.h (original)
+++ llvm/trunk/include/llvm-c/DebugInfo.h Tue Apr 24 06:38:26 2018
@@ -596,7 +596,6 @@ LLVMDIBuilderCreateNullPtrType(LLVMDIBui
  *                            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 @@ LLVMDIBuilderCreateGlobalVariableExpress
  * \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)




More information about the llvm-commits mailing list