]> granicus.if.org Git - llvm/commit
Kill deprecated attribute API
authorAmaury Sechet <deadalnix@gmail.com>
Sun, 6 Nov 2016 07:48:46 +0000 (07:48 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Sun, 6 Nov 2016 07:48:46 +0000 (07:48 +0000)
commit4a6fc8bacf11d8066da72cf8481467167877ed16
tree10a36b61e37eff0cce11a728790224f35a7ec971
parentc7524ad33d0aa79441a41cd5d1d3d1ccd08fc7b1
Kill deprecated attribute API

Summary:
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).

Reviewers: bkramer, echristo, mehdi_amini, void

Subscribers: mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D23039

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286062 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
include/llvm-c/Core.h
include/llvm/IR/Attributes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/Core.cpp