Add iterators to the AttributeSet class so that we can access the Attributes in a...
authorBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 23:53:05 +0000 (23:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 23:53:05 +0000 (23:53 +0000)
commit16c4b3cf2943ae2327752cf3de39769d14cfcece
tree1bbb475c858240f8c52496ba3ad2bb19f82428c3
parentac08785edaac826afe11a4e596a46fc693848848
Add iterators to the AttributeSet class so that we can access the Attributes in a nice way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174120 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
lib/IR/Attributes.cpp