Initial commit for the AttributesImpl class.
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Sep 2012 21:07:29 +0000 (21:07 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 Sep 2012 21:07:29 +0000 (21:07 +0000)
commite38b804d0775123aae2b0916d20f079e3f06acf8
tree39d927ebeb322e4df89872d1e8917fc51965966e
parent7fc726539f9faf3e9a312e9608f87e050d3003ed
Initial commit for the AttributesImpl class.

This opaque class will contain all of the attributes. All attribute queries will
go through this object. This object will also be uniqued in the LLVMContext.
Currently not used, so no implementation change.

llvm-svn: 164722
llvm/include/llvm/Attributes.h
llvm/lib/VMCore/Attributes.cpp
llvm/lib/VMCore/AttributesImpl.h [new file with mode: 0644]
llvm/lib/VMCore/LLVMContextImpl.cpp
llvm/lib/VMCore/LLVMContextImpl.h