[DynInst_API:] [dyninst/dyninst] b84315: add deprecated annotation macro


Date: Fri, 29 Sep 2023 08:23:59 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] b84315: add deprecated annotation macro
  Branch: refs/heads/kupsch/deprecated_annotation
  Home:   https://github.com/dyninst/dyninst
  Commit: b8431525708ef7f012cb84c584e7fbdad3fa494d
      https://github.com/dyninst/dyninst/commit/b8431525708ef7f012cb84c584e7fbdad3fa494d
  Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M common/h/compiler_annotations.h

  Log Message:
  -----------
  add deprecated annotation macro

- DYNINST_DEPRECATED(msg) can be placed before a function, method,
  type or variable to produce a warning on it use if the compiler
  supports some type of deprecation mechanism.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] b84315: add deprecated annotation macro, kupsch <=