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
Paths
| Differential D135352
[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 This adds seperate min and max checks for all three types. Depends on D135170
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 10 2022, 3:53 AM Closed by commit rGb3d4d9ced17c: [LLDB] Complete set of char tests for static integral members (authored by DavidSpickett). · Explain WhyOct 10 2022, 4:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 466465 lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
lldb/test/API/lang/cpp/const_static_integral_member/main.cpp
|