[DynInst_API:] [dyninst/dyninst] 45d106: add deprecated annotation support


Date: Fri, 29 Sep 2023 08:38:46 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 45d106: add deprecated annotation support
  Branch: refs/heads/kupsch/deprecated_annotation
  Home:   https://github.com/dyninst/dyninst
  Commit: 45d106f9f1f655342228a44023f9d86254dc8765
      https://github.com/dyninst/dyninst/commit/45d106f9f1f655342228a44023f9d86254dc8765
  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 support

- Added the macro DYNINST_DEPRECATED(msg). It can be placed before a
  function, method, type or variable so that on use a deprecated
  diagnostic is produced.  The macro works using language standard
  annotation or compiler specific annotations or has no effect if
  neither is available.


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