]> granicus.if.org Git - clang/commit
CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrregularPa...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:48:59 +0000 (01:48 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 24 Dec 2012 01:48:59 +0000 (01:48 +0000)
commit0a6b708add17894e355201d1e4fb9110beb608e5
tree914d3c470178658bec639a56e44850bbb82499f9
parent14f9b5d62861d7c672f5aa7d7fc20cfa38bc92a8
CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrregularPartialArrayCleanup() and CodeGenFunction::pushRegularPartialArrayCleanup(). [-Wdocumentation]

/// \param array - a value of type elementType*
/// \param destructionKind - the kind of destruction required
/// \param initializedElementCount - a value of type size_t* holding the number of successfully-constructed elements

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp