This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][StreamChecker] Using function description objects - NFC.
ClosedPublic

Authored by balazske on Feb 26 2020, 1:00 AM.

Details

Summary

Have a description object for the stream functions
that can store different aspects of a single stream operation.

I plan to extend the structure with other members,
for example pre-callback and index of the stream argument.

Diff Detail

Event Timeline

balazske created this revision.Feb 26 2020, 1:00 AM
Herald added a project: Restricted Project. · View Herald Transcript
Szelethus accepted this revision.Feb 26 2020, 2:14 AM

Cool! Though this patch says little without followups, so maybe we should see how those look like before commiting? :) I don't insist.

This revision is now accepted and ready to land.Feb 26 2020, 2:14 AM
This revision was automatically updated to reflect the committed changes.