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)
commita91748602a0a08a52a633c8f3516ac546445ac07
tree0273d1150c27996e3d427eaa0b5d0773ac014335
parent995d40e1e29c85dbe301ab9fc44de1f2c0c52d72
Add iterators to the AttributeSet class so that we can access the Attributes in a nice way.

llvm-svn: 174120
llvm/include/llvm/IR/Attributes.h
llvm/lib/IR/Attributes.cpp