form const *form = check_debug_abbrev::check_form
(ver, attribute, attrib_form, &where, false);
if (form == NULL)
- // Error message has been emitted in check_form.
- failed = true;
-
- if (form == NULL)
- continue;
+ {
+ // Error message has been emitted in check_form.
+ failed = true;
+ continue;
+ }
std::pair<std::map<unsigned, uint64_t>::iterator, bool> inserted
= seen.insert (std::make_pair (attrib_name, attr_off));
, _m_file (_m_sec_info->file)
, _m_abbrevs (lint.check (stack, _m_abbrevs))
, _m_cu_headers (lint.check (stack, _m_cu_headers))
+ , _m_need_ranges (false)
{
std::vector <cu_head> const &cu_headers = _m_cu_headers->cu_headers;
sec &sec = _m_sec_info->sect;