[DynInst_API:] [dyninst/dyninst] 379125: Refactor InstructionAST (#1957)


Date: Tue, 15 Apr 2025 23:36:15 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 379125: Refactor InstructionAST (#1957)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 37912529e17dabd93aebc48d31981adf8ab3065e
      https://github.com/dyninst/dyninst/commit/37912529e17dabd93aebc48d31981adf8ab3065e
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M instructionAPI/CMakeLists.txt
    M instructionAPI/h/BinaryFunction.h
    M instructionAPI/h/Dereference.h
    M instructionAPI/h/Immediate.h
    M instructionAPI/h/InstructionAST.h
    M instructionAPI/h/MultiRegister.h
    M instructionAPI/h/Register.h
    M instructionAPI/h/Ternary.h
    M instructionAPI/src/Immediate.C
    R instructionAPI/src/InstructionAST.C

  Log Message:
  -----------
  Refactor InstructionAST (#1957)

* Remove unnecessary forward declaration
* Remove using declarations
* Inline default ctor
* Inline dtor
* Add missing SMFs
  These are needed since there is a user-provided dtor.
* Inline checkRegID
* Inline operator==
* Replace typedef with using alias



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 379125: Refactor InstructionAST (#1957), Tim Haines <=