This is an archive of the discontinued LLVM Phabricator instance.

Thread safety analysis: Don't pass capability kind where not needed (NFC)
ClosedPublic

Authored by aaronpuchert on Apr 20 2022, 2:50 PM.

Details

Summary

If no capability is held, or the capability expression is invalid, there
is obviously no capability kind and so none would be reported.

Diff Detail

Event Timeline

aaronpuchert created this revision.Apr 20 2022, 2:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2022, 2:50 PM
aaronpuchert requested review of this revision.Apr 20 2022, 2:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2022, 2:50 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Apr 22 2022, 6:59 AM