This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Complete set of char tests for static integral members
ClosedPublic

Authored by DavidSpickett on Oct 6 2022, 3:43 AM.

Details

Summary

Previously we had a bit of a mix of "signed char" "unsigned char" and
"char".

This adds seperate min and max checks for all three types.

Depends on D135170

Diff Detail

Event Timeline

DavidSpickett created this revision.Oct 6 2022, 3:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 3:43 AM
DavidSpickett requested review of this revision.Oct 6 2022, 3:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 3:43 AM
Michael137 accepted this revision.Oct 10 2022, 3:53 AM
Michael137 added a subscriber: Michael137.

lgtm

This revision is now accepted and ready to land.Oct 10 2022, 3:53 AM