[DynInst_API:] [dyninst/dyninst] 1c5f49: Refactor symtab/Module.h (#1573)


Date: Wed, 11 Oct 2023 04:37:42 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 1c5f49: Refactor symtab/Module.h (#1573)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 1c5f4966b27b6eaf01aa9be66c31a25283d5853b
      https://github.com/dyninst/dyninst/commit/1c5f4966b27b6eaf01aa9be66c31a25283d5853b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-10-11 (Wed, 11 Oct 2023)

  Changed paths:
    M dyninstAPI/h/BPatch_statement.h
    M dyninstAPI/src/BPatch_statement.C
    M symtabAPI/CMakeLists.txt
    M symtabAPI/h/LineInformation.h
    M symtabAPI/h/Module.h
    M symtabAPI/h/RangeLookup.h
    A symtabAPI/h/Statement.h
    M symtabAPI/src/Module.C
    A symtabAPI/src/Statement.C

  Log Message:
  -----------
  Refactor symtab/Module.h (#1573)

* Move Statement class into its own header/source

* Add missing include in RangeLookup.h

* Remove redundant visibility specifier in Statement

* Use in-class member initializers

This removes the sign conversion.

* Default the dtor

* Whitespace Module.h

This was just too terrible to leave alone.

* Clean up includes in Module.h

* Merge public sections


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 1c5f49: Refactor symtab/Module.h (#1573), Tim Haines <=