You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule produces false-positives for the bool-constexpr of every declaration of static_assert. We can probably resolve this case by excluding all Expr that are within StaticAssert::getCondition().
Affected rules
M0-1-9Description
This rule produces false-positives for the
bool-constexprof every declaration ofstatic_assert. We can probably resolve this case by excluding allExprthat are within StaticAssert::getCondition().