[all-commits] [llvm/llvm-project] 3736a7: [lldb] Add `nullptr` literal to DIL (#208831)

Ilia Kuklin via All-commits all-commits at lists.llvm.org
Thu Jul 16 09:58:52 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3736a7bed1baae7c4b461062f89ddd76f799480d
      https://github.com/llvm/llvm-project/commit/3736a7bed1baae7c4b461062f89ddd76f799480d
  Author: Ilia Kuklin <ikuklin at accesssoftek.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    M lldb/docs/dil-expr-lang.ebnf
    M lldb/source/ValueObject/DILEval.cpp
    M lldb/test/API/commands/frame/var-dil/expr/Literals/TestFrameVarDILLiterals.py
    M lldb/test/API/commands/frame/var-dil/expr/Literals/main.cpp
    A lldb/test/API/commands/frame/var-dil/expr/NullptrVar/Makefile
    A lldb/test/API/commands/frame/var-dil/expr/NullptrVar/TestFrameVarDILNullptrVar.py
    A lldb/test/API/commands/frame/var-dil/expr/NullptrVar/main.c

  Log Message:
  -----------
  [lldb] Add `nullptr` literal to DIL (#208831)

DIL will first attempt resolving `nullptr` as a variable, and if there
is none, `nullptr` will be resolved as a null pointer.



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