This kill various depreacated API related to attribute :
- The deprecated C API attribute based on LLVMAttribute enum.
- The Raw attribute set format (planned to be removed in 4.0).
Paths
| Differential D23039
Kill deprecated attribute API ClosedPublic Authored by deadalnix on Aug 1 2016, 4:01 PM.
Details Summary This kill various depreacated API related to attribute :
Diff Detail
Event Timelinedeadalnix updated this object. deadalnix added a parent revision: D21514: Rationalise the attribute getter/setter methods on Function and CallSite..Aug 1 2016, 4:02 PM Comment ActionsDepends on D21514 . Comment Actions Can you update the release notes with this list and the "new recommended way" to replace these?
This revision is now accepted and ready to land.Nov 5 2016, 6:18 PM Closed by commit rL286062: Kill deprecated attribute API (authored by deadalnix). · Explain WhyNov 6 2016, 12:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 76983 llvm/trunk/docs/ReleaseNotes.rst
llvm/trunk/include/llvm-c/Core.h
llvm/trunk/include/llvm/IR/Attributes.h
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/trunk/lib/IR/AttributeImpl.h
llvm/trunk/lib/IR/Attributes.cpp
llvm/trunk/lib/IR/Core.cpp
|