[all-commits] [llvm/llvm-project] 54b3dc: [lldb][NFC] Fix style issues with StackID.h (#157483)

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Mon Sep 8 08:48:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54b3dc1dad9a28709e880b54a416cdcdb624cad4
      https://github.com/llvm/llvm-project/commit/54b3dc1dad9a28709e880b54a416cdcdb624cad4
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M lldb/include/lldb/Target/StackID.h
    M lldb/source/Target/StackID.cpp

  Log Message:
  -----------
  [lldb][NFC] Fix style issues with StackID.h (#157483)

Some comments were "suffixed" to member variable declarations; these are
moved to before the variable.

Some constructors and operators were just defaulted and not necessary.

Some comments dividing the class into logical sections, like "//
constructors and destructors", were not applied everywhere. These were
removed. They are used in some parts of LLDB, but are the exception.

An include was not needed.

The operator != can be defined in terms of ==.



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