[LLDB] Complete set of char tests for static integral members
authorDavid Spickett <david.spickett@linaro.org>
Thu, 6 Oct 2022 10:41:42 +0000 (10:41 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Mon, 10 Oct 2022 11:16:19 +0000 (11:16 +0000)
commitb3d4d9ced17c5b3ebd6bf5b61731ddcdde3cbca5
tree13a69f04decf6fcd50c0c1c34ec75b2401034072
parent2f46f5090737371f4c521ee9bb792e9207e2d8c5
[LLDB] Complete set of char tests for static integral members

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

Reviewed By: Michael137

Differential Revision: https://reviews.llvm.org/D135352
lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
lldb/test/API/lang/cpp/const_static_integral_member/main.cpp