Skip to content

RULE-0-1-1: Uninstantiated templates cause reports #1160

Description

@MichaelRFairhurst

Affected rules

  • RULE-0-1-1

Description

We just need to exclude uninstantiated templates from the query.

Example

template <typename T>
int example_function() {
  int x = 0; // gets flagged in the uninstantiated template
  return x;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty-LowA false positive or false negative report which is expected to take <1 day effort to addressImpact-MediumStardard-MISRA-C++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