From f35bfee5c08e03ee32a87d7db0499eba2f3eb5bc Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 6 Sep 2010 20:34:26 +0200 Subject: [PATCH] dwarflint: Formatting nits --- dwarflint/TODO | 2 +- dwarflint/dwarflint.cc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dwarflint/TODO b/dwarflint/TODO index d8ebbe63c..2a2060a10 100644 --- a/dwarflint/TODO +++ b/dwarflint/TODO @@ -10,7 +10,7 @@ idea that there is a dependency in the first place. * DWARF 4 support - This to-do item is actually to go through the DWARF 4 standard and + This TODO item is actually to go through the DWARF 4 standard and add TODO items for individual tasks. Roland: i.e., block* forms can be constant-block or location in diff --git a/dwarflint/dwarflint.cc b/dwarflint/dwarflint.cc index 94ad32462..cc11924e7 100644 --- a/dwarflint/dwarflint.cc +++ b/dwarflint/dwarflint.cc @@ -104,7 +104,10 @@ dwarflint::check_registrar::list_checks () const it != _m_items.end (); ++it) { checkdescriptor const &cd = (*it)->descriptor (); - std::cout << cd.name (); + if (be_verbose) + std::cout << "=== " << cd.name () << " ==="; + else + std::cout << cd.name (); checkgroups const &groups = cd.groups (); if (!groups.empty ()) -- 2.47.3