CodeQL library for Swift
codeql/swift-all 4.1.0 (changelog, source)
Search

Member predicate Impl::Assignment::hasOverflowOperator

Holds if this assignment expression uses an overflow operator, that is, an operator that truncates overflow rather than reporting an error.

x &+= y
predicate hasOverflowOperator()