[cfe-commits] r171011 - /cfe/trunk/lib/CodeGen/CGValue.h
NAKAMURA Takumi
geek4civic at gmail.com
Sun Dec 23 17:48:48 PST 2012
Author: chapuni
Date: Sun Dec 23 19:48:48 2012
New Revision: 171011
URL: http://llvm.org/viewvc/llvm-project?rev=171011&view=rev
Log:
CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation]
Modified:
cfe/trunk/lib/CodeGen/CGValue.h
Modified: cfe/trunk/lib/CodeGen/CGValue.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGValue.h?rev=171011&r1=171010&r2=171011&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGValue.h (original)
+++ cfe/trunk/lib/CodeGen/CGValue.h Sun Dec 23 19:48:48 2012
@@ -290,7 +290,7 @@
/// \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.
More information about the cfe-commits
mailing list