[cfe-commits] [PATCH] [Wdocumentation] Please update descriptions -- CGDecl.cpp

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 13 16:58:57 PST 2012


John, please update ;)

...Takumi


2012/11/14 NAKAMURA Takumi <geek4civic at gmail.com>

> /// \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
>
> They are not in both pushIrregularPartialArrayCleanup() and
> pushRegularPartialArrayCleanup().
>
> http://llvm-reviews.chandlerc.com/D118
>
> Files:
>   clang/lib/CodeGen/CGDecl.cpp
>
> Index: clang/lib/CodeGen/CGDecl.cpp
> ===================================================================
> --- clang/lib/CodeGen/CGDecl.cpp
> +++ clang/lib/CodeGen/CGDecl.cpp
> @@ -1434,10 +1434,6 @@
>  ///
>  /// \param elementType - the immediate element type of the array;
>  ///   possibly still an array type
> -/// \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
>  void CodeGenFunction::pushIrregularPartialArrayCleanup(llvm::Value
> *arrayBegin,
>                                                   llvm::Value
> *arrayEndPointer,
>                                                         QualType
> elementType,
> @@ -1453,10 +1449,6 @@
>  ///
>  /// \param elementType - the immediate element type of the array;
>  ///   possibly still an array type
> -/// \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
>  void CodeGenFunction::pushRegularPartialArrayCleanup(llvm::Value
> *arrayBegin,
>                                                       llvm::Value
> *arrayEnd,
>                                                       QualType elementType,
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121114/321e273f/attachment.html>


More information about the cfe-commits mailing list