Open Bug 1629081 Opened 6 years ago Updated 3 years ago

[Automated review] Does not seem to cope with c++ structured bindings

Categories

(Developer Infrastructure :: Source Code Analysis, defect, P2)

Tracking

(Not tracked)

People

(Reporter: bwc, Unassigned)

References

Details

The priority flag is not set for this bug.
:andi, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(bpostelnicu)

Looking other the log this has nothing to do with the C++ structured bindings but more with range based loops, at least from the log we can see:
FIXME: Unconsumed set of 2 nodes: /CXXForRangeStmt

Flags: needinfo?(bpostelnicu)
Priority: -- → P2

Maybe it is trying to warn that we're using a structured binding with two things in it, but only using one of them inside the loop, and somehow getting tripped up trying to report that? That's a reasonable thing to warn about.

Yes, that could be a lead but the problem is that we cannot reproduce this issue.

Product: Firefox Build System → Developer Infrastructure
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.