Displaying 1 result from an estimated 1 matches for "destructionkind".
2012 Aug 28
0
[LLVMdev] Please help to fix -Wdocumentation warninigs
...tools/clang/lib/CodeGen/CGDecl.cpp:1434:12:
warning: parameter 'array' not found in the function declaration
[-Wdocumentation]
/// \param array - a value of type elementType*
^~~~~
/home/grib/clang-scp/llvm/tools/clang/lib/CodeGen/CGDecl.cpp: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 fun...