[all-commits] [llvm/llvm-project] 51230d: [LLDB] Add `ScalarLiteralNode` and literal parsing...

Ilia Kuklin via All-commits all-commits at lists.llvm.org
Wed Aug 27 04:28:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51230d9e1e16db6096b2575347b35fcac1f8eb67
      https://github.com/llvm/llvm-project/commit/51230d9e1e16db6096b2575347b35fcac1f8eb67
  Author: Ilia Kuklin <ikuklin at accesssoftek.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    M lldb/docs/dil-expr-lang.ebnf
    M lldb/include/lldb/ValueObject/DILAST.h
    M lldb/include/lldb/ValueObject/DILEval.h
    M lldb/include/lldb/ValueObject/DILLexer.h
    M lldb/include/lldb/ValueObject/DILParser.h
    M lldb/source/ValueObject/DILAST.cpp
    M lldb/source/ValueObject/DILEval.cpp
    M lldb/source/ValueObject/DILLexer.cpp
    M lldb/source/ValueObject/DILParser.cpp
    M lldb/test/API/commands/frame/var-dil/basics/ArraySubscript/TestFrameVarDILArraySubscript.py
    M lldb/test/API/commands/frame/var-dil/basics/Indirection/TestFrameVarDILIndirection.py
    A lldb/test/API/commands/frame/var-dil/expr/Literals/Makefile
    A lldb/test/API/commands/frame/var-dil/expr/Literals/TestFrameVarDILLiterals.py
    A lldb/test/API/commands/frame/var-dil/expr/Literals/main.cpp
    M lldb/unittests/ValueObject/DILLexerTests.cpp

  Log Message:
  -----------
  [LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (#152308)

This patch introduces `ScalarLiteralNode` without any uses by other
nodes yet. It also includes lexing and parsing for integer and floating
point numbers.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list