CodeQL library for Swift
codeql/swift-all 3.0.1-dev (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()