John, please update ;)<div><br></div><div>...Takumi</div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/11/14 NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">/// \param array - a value of type elementType*<br>
/// \param destructionKind - the kind of destruction required<br>
/// \param initializedElementCount - a value of type size_t* holding the number of successfully-constructed elements<br>
<br>
They are not in both pushIrregularPartialArrayCleanup() and pushRegularPartialArrayCleanup().<br>
<br>
<a href="http://llvm-reviews.chandlerc.com/D118" target="_blank">http://llvm-reviews.chandlerc.com/D118</a><br>
<br>
Files:<br>
  clang/lib/CodeGen/CGDecl.cpp<br>
<br>
Index: clang/lib/CodeGen/CGDecl.cpp<br>
===================================================================<br>
--- clang/lib/CodeGen/CGDecl.cpp<br>
+++ clang/lib/CodeGen/CGDecl.cpp<br>
@@ -1434,10 +1434,6 @@<br>
 ///<br>
 /// \param elementType - the immediate element type of the array;<br>
 ///   possibly still an array type<br>
-/// \param array - a value of type elementType*<br>
-/// \param destructionKind - the kind of destruction required<br>
-/// \param initializedElementCount - a value of type size_t* holding<br>
-///   the number of successfully-constructed elements<br>
 void CodeGenFunction::pushIrregularPartialArrayCleanup(llvm::Value *arrayBegin,<br>
                                                  llvm::Value *arrayEndPointer,<br>
                                                        QualType elementType,<br>
@@ -1453,10 +1449,6 @@<br>
 ///<br>
 /// \param elementType - the immediate element type of the array;<br>
 ///   possibly still an array type<br>
-/// \param array - a value of type elementType*<br>
-/// \param destructionKind - the kind of destruction required<br>
-/// \param initializedElementCount - a value of type size_t* holding<br>
-///   the number of successfully-constructed elements<br>
 void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value *arrayBegin,<br>
                                                      llvm::Value *arrayEnd,<br>
                                                      QualType elementType,<br>
</blockquote></div><br></div>