You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SARIF format allows a result to have an optional set of partialFingerprints - opaque strings that are intended to uniquely identify the warning across runs, even when source code changes. The Clang static analyzer already computes such a fingerprint, but currently only emits it for Plist output. The SARIF emitter should do the same.