[Lldb-commits] [lldb] [LLDB] Add unary plus and minus to DIL (PR #155617)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 16 08:53:03 PDT 2025
================
@@ -412,6 +412,13 @@ class TypeSystem : public PluginInterface,
GetIntegralTemplateArgument(lldb::opaque_compiler_type_t type, size_t idx,
bool expand_pack);
+ // DIL
+
+ virtual bool IsPromotableIntegerType(lldb::opaque_compiler_type_t type);
+
+ virtual llvm::Expected<CompilerType>
+ DoIntegralPromotion(CompilerType from, ExecutionContextScope *exe_scope);
----------------
adrian-prantl wrote:
same here
https://github.com/llvm/llvm-project/pull/155617
More information about the lldb-commits
mailing list