r246838 - Fix a couple of \param(s) in r246815. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 3 22:19:32 PDT 2015
Author: chapuni
Date: Fri Sep 4 00:19:31 2015
New Revision: 246838
URL: http://llvm.org/viewvc/llvm-project?rev=246838&view=rev
Log:
Fix a couple of \param(s) in r246815. [-Wdocumentation]
Modified:
cfe/trunk/lib/CodeGen/CGClass.cpp
Modified: cfe/trunk/lib/CodeGen/CGClass.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGClass.cpp?rev=246838&r1=246837&r2=246838&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGClass.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGClass.cpp Fri Sep 4 00:19:31 2015
@@ -1584,9 +1584,9 @@ namespace {
}
private:
- /// \param layoutStartOffset: index of the ASTRecordLayout field to
+ /// \param layoutStartOffset index of the ASTRecordLayout field to
/// start poisoning (inclusive)
- /// \param layoutEndOffset: index of the ASTRecordLayout field to
+ /// \param layoutEndOffset index of the ASTRecordLayout field to
/// end poisoning (exclusive)
void PoisonBlock(CodeGenFunction &CGF, unsigned layoutStartOffset,
unsigned layoutEndOffset) {
More information about the cfe-commits
mailing list