[all-commits] [llvm/llvm-project] b3d4d9: [LLDB] Complete set of char tests for static integ...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Oct 10 04:16:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3d4d9ced17c5b3ebd6bf5b61731ddcdde3cbca5
https://github.com/llvm/llvm-project/commit/b3d4d9ced17c5b3ebd6bf5b61731ddcdde3cbca5
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
M lldb/test/API/lang/cpp/const_static_integral_member/main.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list