From: NAKAMURA Takumi Date: Mon, 24 Dec 2012 01:48:48 +0000 (+0000) Subject: CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0481e54c1a181049d306224161bf43d1976a47e9;p=clang CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171011 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index dcebefdb6c..5da2a6a912 100644 --- a/lib/CodeGen/CGValue.h +++ b/lib/CodeGen/CGValue.h @@ -290,7 +290,7 @@ public: /// \brief Create a new object to represent a bit-field access. /// - /// \param BaseValue - The base address of the bit-field sequence this + /// \param Addr - The base address of the bit-field sequence this /// bit-field refers to. /// \param Info - The information describing how to perform the bit-field /// access.