[Lldb-commits] [lldb] [LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (PR #152308)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 17 07:32:39 PDT 2025


================
@@ -31,6 +31,9 @@ identifier = ? C99 Identifier ? ;
 
 integer_literal = ? Integer constant: hexademical, decimal, octal, binary ? ;
 
+numeric_literal = ? Integer constant: hexademical, decimal, octal, binary ?
----------------
kuilpd wrote:

Ah, it's just a leftover from the subscript node that still directly parses a signed integer, it'll be removed later

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


More information about the lldb-commits mailing list