M0-1-9
: False-positive for all static_assert
declarations
#9
Labels
Difficulty-Low
A false positive or false negative report which is expected to take <1 day effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-High
top-25-fps
user-report
Issue reported by an end user of CodeQL Coding Standards
Affected rules
M0-1-9
Description
This rule produces false-positives for the
bool-constexpr
of every declaration ofstatic_assert
. We can probably resolve this case by excluding allExpr
that are within StaticAssert::getCondition().The text was updated successfully, but these errors were encountered: