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

Predicate signature Make::TestSig::tagMatches

Holds if expected tag expectedTag matches actual tag actualTag.

This is normally defined as expectedTag = actualTag.

signature predicate tagMatches(string expectedTag, string actualTag)