forked from OSchip/llvm-project
Fix a couple of \param(s) in r246815. [-Wdocumentation]
llvm-svn: 246838
This commit is contained in:
parent
37e14987c6
commit
f6cef72f12
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue