[Lldb-commits] [lldb] [lldb] Negate `is_signed` variable for argument `isUnsigned` in TypeSystemClang.cpp (PR #120794)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 23 02:23:51 PST 2024


https://github.com/Michael137 commented:

LGTM

Can we add a test for this in `lldb/unittests/Symbol/TestTypeSystemClang.cpp`? We could create call this API and then use `EnumConstantDecl::getInitVal` to retrieve the `APSInt` and make sure it's unsigned

https://github.com/llvm/llvm-project/pull/120794


More information about the lldb-commits mailing list