static checkdescriptor const *descriptor () {
static checkdescriptor cd
(checkdescriptor::create ("locstats")
- .groups ("@nodefault"));
+ .groups ("@nodefault")
+ .description (
+"Computes a location info coverage statistics. Goes through the whole\n"
+"DIE graph, looking at each variable and formal parameter, and\n"
+"determining scope coverage of its location information. In other\n"
+"words for how big a part of scope we know, where the variable\n"
+"\"lives\".\n"
+" https://fedorahosted.org/pipermail/elfutils-devel/2010-July/001498.html\n"
+" https://fedorahosted.org/pipermail/elfutils-devel/2010-September/001602.html\n"));
return &cd;
}