[clazy] [Bug 404326] New: don't warn about signal args in anonymous namespace

Milian Wolff bugzilla_noreply at kde.org
Thu Feb 14 08:52:41 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=404326

            Bug ID: 404326
           Summary: don't warn about signal args in anonymous namespace
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: mail at milianw.de
                CC: smartins at kde.org
  Target Milestone: ---

namespace {
struct Foo{};
}

Using this type in a signal is possible when using the new-style connects.
Clazy warns about it though, but there is no way to actually fix the warning:

=> signal arguments need to be fully-qualified (const (anonymous
namespace)::Foo instead of const Foo)

clazy version: 1.5
clang version: 7.0.1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list