[all-commits] [llvm/llvm-project] 5b6386: [lldb-dap] Swapping to not use FLAG_ENUM and just ...

John Harrison via All-commits all-commits at lists.llvm.org
Sun Mar 30 16:43:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b6386dcbd68d3f7c1ce98dd7acdd4477d5724ad
      https://github.com/llvm/llvm-project/commit/5b6386dcbd68d3f7c1ce98dd7acdd4477d5724ad
  Author: John Harrison <harjohn at google.com>
  Date:   2025-03-30 (Sun, 30 Mar 2025)

  Changed paths:
    M lldb/tools/lldb-dap/Protocol/ProtocolBase.cpp
    M lldb/tools/lldb-dap/Protocol/ProtocolBase.h
    M lldb/tools/lldb-dap/Protocol/ProtocolRequests.h
    M lldb/tools/lldb-dap/Protocol/ProtocolTypes.h

  Log Message:
  -----------
  [lldb-dap] Swapping to not use FLAG_ENUM and just defining typed enums. (#133622)

Small tweak to the previous patch to make the enums in
`lldb_dap::protocol` typed to work with types like `llvm::DenseSet`
found by ubsan.



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