Displaying 1 result from an estimated 1 matches for "templateloc".
Did you mean:
template_wc
2012 Aug 28
0
[LLVMdev] Please help to fix -Wdocumentation warninigs
...:
warning: parameter 'TemplateParams' not found in the function
declaration [-Wdocumentation]
/// \param TemplateParams if non-NULL, the template parameter lists
^~~~~~~~~~~~~~
/home/grib/clang-scp/llvm/tools/clang/lib/Parse/ParseTemplate.cpp:181:12:
warning: parameter 'TemplateLoc' not found in the function
declaration [-Wdocumentation]
/// \param TemplateLoc when TemplateParams is NULL, the location of
^~~~~~~~~~~
/home/grib/clang-scp/llvm/tools/clang/lib/Parse/ParseTemplate.cpp:181:12:
note: did you mean 'TemplateInfo'?
/// \param TemplateLoc w...