[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:42 PDT 2025


================
@@ -28,12 +28,14 @@ class Token {
     arrow,
     coloncolon,
     eof,
+    floating_constant,
----------------
kuilpd wrote:

Done

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


More information about the lldb-commits mailing list