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.
|