]> granicus.if.org Git - clang/commitdiff
CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:48:48 +0000 (01:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:48:48 +0000 (01:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171011 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGValue.h

index dcebefdb6c68d1667d0b076b85c61828316146e0..5da2a6a91210a5b94dd14be5e143002ea7b495e9 100644 (file)
@@ -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.