[llvm] r328964 - Wdocumentation fix. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 03:34:39 PDT 2018


Author: rksimon
Date: Mon Apr  2 03:34:39 2018
New Revision: 328964

URL: http://llvm.org/viewvc/llvm-project?rev=328964&view=rev
Log:
Wdocumentation fix. 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=328964&r1=328963&r2=328964&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/DebugInfo.h (original)
+++ llvm/trunk/include/llvm-c/DebugInfo.h Mon Apr  2 03:34:39 2018
@@ -433,11 +433,11 @@ LLVMDIBuilderCreateStaticMemberType(
 /**
  * Create debugging information entry for a pointer to member.
  * \param Builder      The DIBuilder.
- * \param PointeeType Type pointed to by this pointer.
- * \param Class Type for which this pointer points to members of.
- * \param SizeInBits  Size.
- * \param AlignInBits Alignment. (optional)
- * \param Flags Flags.
+ * \param PointeeType  Type pointed to by this pointer.
+ * \param ClassType    Type for which this pointer points to members of.
+ * \param SizeInBits   Size.
+ * \param AlignInBits  Alignment.
+ * \param Flags        Flags.
  */
 LLVMMetadataRef
 LLVMDIBuilderCreateMemberPointerType(LLVMDIBuilderRef Builder,




More information about the llvm-commits mailing list