[clang-tidy] bugprone-throw-keyword-missing
false negatives from hasAncestor
skipping too much
#115540
Labels
bugprone-throw-keyword-missing
false negatives from hasAncestor
skipping too much
#115540
The matcher is using
hasAncestor
and could be skipping many different issues, simply because they have an ancestor node (e.g.,VarDecl
) but that node is not closely related to the construct expression itself.https://godbolt.org/z/6br6f91vc
The text was updated successfully, but these errors were encountered: