[DynInst_API:] [dyninst/dyninst] 500af2: add deprecated annotation support (#1550)


Date: Fri, 29 Sep 2023 12:14:49 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 500af2: add deprecated annotation support (#1550)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 500af25140a652a548c118e88093472428c609a9
      https://github.com/dyninst/dyninst/commit/500af25140a652a548c118e88093472428c609a9
  Author: 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 (#1550)

- 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] 500af2: add deprecated annotation support (#1550), kupsch <=