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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
  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 watching all bug changes.

Reply via email to