This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Add core.CallAndMessage to StdCLibraryFunctionArgsChecker's dependency
ClosedPublic

Authored by martong on Mar 30 2020, 8:06 AM.

Diff Detail

Event Timeline

martong created this revision.Mar 30 2020, 8:06 AM
Szelethus accepted this revision.Mar 30 2020, 8:13 AM

LGTM! It would be great if we could separate the modeling portions of the CallAndMessage checker out, but hey, there are only so many hours in each day :^)

This revision is now accepted and ready to land.Mar 30 2020, 8:13 AM
This revision was automatically updated to reflect the committed changes.

Ugh, its a shame we never added a test case for this. Do you remember actually why we needed this?