Fix Wdocumentation warnings due to outdated parameter list. NFC.

This commit is contained in:
Simon Pilgrim 2020-07-01 11:25:59 +01:00
parent 0144f501a6
commit 36aaffbf56
1 changed files with 1 additions and 3 deletions

View File

@ -1880,9 +1880,7 @@ void CodeGenFunction::EmitAutoVarInit(const AutoVarEmission &emission) {
///
/// \param init the initializing expression
/// \param D the object to act as if we're initializing
/// \param loc the address to initialize; its type is a pointer
/// to the LLVM mapping of the object's type
/// \param alignment the alignment of the address
/// \param lvalue the lvalue to initialize
/// \param capturedByInit true if \p D is a __block variable
/// whose address is potentially changed by the initializer
void CodeGenFunction::EmitExprAsInit(const Expr *init, const ValueDecl *D,