[all-commits] [llvm/llvm-project] 4fed7c: [lldb] Rename files ValueObjectSyntheticFilter to ...

Dave Lee via All-commits all-commits at lists.llvm.org
Mon Jul 7 10:14:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fed7c22fb0f2133fa3efc9f48b069d3917d9e2f
      https://github.com/llvm/llvm-project/commit/4fed7c22fb0f2133fa3efc9f48b069d3917d9e2f
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    A lldb/include/lldb/ValueObject/ValueObjectSynthetic.h
    R lldb/include/lldb/ValueObject/ValueObjectSyntheticFilter.h
    M lldb/source/ValueObject/CMakeLists.txt
    M lldb/source/ValueObject/ValueObject.cpp
    A lldb/source/ValueObject/ValueObjectSynthetic.cpp
    R lldb/source/ValueObject/ValueObjectSyntheticFilter.cpp

  Log Message:
  -----------
  [lldb] Rename files ValueObjectSyntheticFilter to ValueObjectSynthetic (NFC) (#146784)

Change the name of `ValueObjectSyntheticFilter.{h,cpp}` to match the main type they
declare and define: `ValueObjectSynthetic`.



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