[llvm] r289038 - Wdocumentation fix
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 02:41:41 PST 2016
Author: rksimon
Date: Thu Dec 8 04:41:41 2016
New Revision: 289038
URL: http://llvm.org/viewvc/llvm-project?rev=289038&view=rev
Log:
Wdocumentation fix
Modified:
llvm/trunk/lib/CodeGen/DwarfGenerator.h
Modified: llvm/trunk/lib/CodeGen/DwarfGenerator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/DwarfGenerator.h?rev=289038&r1=289037&r2=289038&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/DwarfGenerator.h (original)
+++ llvm/trunk/lib/CodeGen/DwarfGenerator.h Thu Dec 8 04:41:41 2016
@@ -120,7 +120,7 @@ public:
/// \param Form the dwarf::Form to use when encoding the attribute. The form
/// must be one of DW_FORM_strp or DW_FORM_string.
/// \param P a pointer to the data to store as the attribute value.
- /// \param S the size in bytes of the data pointed to by \param P.
+ /// \param S the size in bytes of the data pointed to by \param P .
void addAttribute(uint16_t Attr, dwarf::Form Form, const void *P, size_t S);
/// Add a new child to this DIE object.
More information about the llvm-commits
mailing list