[Lldb-commits] [clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 13 02:17:09 PST 2025


================
@@ -8476,27 +8476,20 @@ bool TypeSystemClang::CompleteTagDeclarationDefinition(
 
   clang::ASTContext &ast = lldb_ast->getASTContext();
 
-  /// TODO This really needs to be fixed.
+  unsigned NumNegativeBits = 0;
----------------
Michael137 wrote:

Can we move this block back into the `if (!integer_type.isNull()) {` condition below?

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


More information about the lldb-commits mailing list