Displaying 1 result from an estimated 1 matches for "initializedelementcount".
2012 Aug 28
0
[LLVMdev] Please help to fix -Wdocumentation warninigs
...:1435:12:
warning: parameter 'destructionKind' not found in the function
declaration [-Wdocumentation]
/// \param destructionKind - the kind of destruction required
^~~~~~~~~~~~~~~
/home/grib/clang-scp/llvm/tools/clang/lib/CodeGen/CGDecl.cpp:1436:12:
warning: parameter 'initializedElementCount' not found in the function
declaration [-Wdocumentation]
/// \param initializedElementCount - a value of type size_t* holding
^~~~~~~~~~~~~~~~~~~~~~~
/home/grib/clang-scp/llvm/tools/clang/lib/CodeGen/CGDecl.cpp:1453:12:
warning: parameter 'array' not found in the functi...