summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGValue.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-24 01:48:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-24 01:48:48 +0000
commit368d2ee4efa4f4cea25219952568c7a1245ff17f (patch)
treeca9895177d3d7c8836ad2def6bdbc0894d01ff80 /clang/lib/CodeGen/CGValue.h
parentfec2ea1b3dc2dc612b29c16fc4e77ba5a89f8d7a (diff)
downloadbcm5719-llvm-368d2ee4efa4f4cea25219952568c7a1245ff17f.tar.gz
bcm5719-llvm-368d2ee4efa4f4cea25219952568c7a1245ff17f.zip
CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation]
llvm-svn: 171011
Diffstat (limited to 'clang/lib/CodeGen/CGValue.h')
-rw-r--r--clang/lib/CodeGen/CGValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGValue.h b/clang/lib/CodeGen/CGValue.h
index dcebefdb6c6..5da2a6a9121 100644
--- a/clang/lib/CodeGen/CGValue.h
+++ b/clang/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.
OpenPOWER on IntegriCloud