[Lldb-commits] [lldb] [lldb] Add arithmetic binary addition to DIL (PR #177208)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 18 01:34:44 PST 2026
================
@@ -127,6 +127,87 @@ Interpreter::UnaryConversion(lldb::ValueObjectSP valobj, uint32_t location) {
return valobj;
}
+static size_t IntegerConversionRank(CompilerType type) {
----------------
Michael137 wrote:
Can we add a comment saying what the numbers mean? I.e., is higher or lower a winning rank, etc.
https://github.com/llvm/llvm-project/pull/177208
More information about the lldb-commits
mailing list