CodeQL library for C/C++
codeql/cpp-all 3.0.1-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)