This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] [NFC] Add more test cases for equality tracking
ClosedPublic

Authored by ASDenysPetrov on Aug 9 2022, 11:24 AM.

Details

Summary

Cover ConstraintAssignor::assign(EquivalenceClass, RangeSet) function with more regression tests.

Diff Detail

Event Timeline

ASDenysPetrov created this revision.Aug 9 2022, 11:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2022, 11:24 AM
ASDenysPetrov requested review of this revision.Aug 9 2022, 11:24 AM
NoQ accepted this revision.Aug 9 2022, 4:43 PM

Tests always welcome!

This revision is now accepted and ready to land.Aug 9 2022, 4:43 PM
ASDenysPetrov retitled this revision from [analyzer] {NFC} Add more test cases for equality tracking to [analyzer] [NFC] Add more test cases for equality tracking.Aug 10 2022, 9:17 AM

C-standard does not support templates. Replaced function template with the function.

This revision was landed with ongoing or failed builds.Aug 10 2022, 9:53 AM
This revision was automatically updated to reflect the committed changes.