Skip to content

RULE-0-2-1: Incorrectly labeled unused member function on template #1158

Description

@MichaelRFairhurst

Affected rules

  • RULE-0-2-1

Description

This is occurring in a few places in QLX. It seems to be caused by uninstantiated templates but not positive.

Example

Likely caused by cases such as:

template <typename T>
class C {
  int x;
  void f() { x; }
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    false positive/false negativeAn issue related to observed false positives or false negatives.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions