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