This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer][StreamChecker] Use BugType instead of BuiltinBug (NFC) .
ClosedPublic

Authored by balazske on Jun 29 2020, 1:56 AM.

Details

Summary

I do not like the BuiltinBug class.
And it takes no SuppressOnSink parameter that may be needed in the future.

Diff Detail

Event Timeline

balazske created this revision.Jun 29 2020, 1:56 AM
balazske retitled this revision from [Analyzer][StreamChecker] Use BugType instead of BuiltinBug. to [Analyzer][StreamChecker] Use BugType instead of BuiltinBug (NFC) ..Jun 29 2020, 2:00 AM
Szelethus accepted this revision.Jun 29 2020, 2:58 AM

I just checked BuiltinBug -- why do we even have this??? Anyways, LGTM. We should probably delete the whole thing.

This revision is now accepted and ready to land.Jun 29 2020, 2:58 AM
This revision was automatically updated to reflect the committed changes.