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)
commit74084c44ca0f0f03da1f0ae38e1f1a0a2ca68c6a
tree8654916b0e4159cfb3671e729b7e4eed93fefd6c
parent364b59e2661735c8901288a759ace1f712d9b012
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

llvm-svn: 286062
llvm/docs/ReleaseNotes.rst
llvm/include/llvm-c/Core.h
llvm/include/llvm/IR/Attributes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/IR/AttributeImpl.h
llvm/lib/IR/Attributes.cpp
llvm/lib/IR/Core.cpp