]> granicus.if.org Git - clang/commit
We use the enums to query whether an Attributes object has that attribute. The
authorBill Wendling <isanbard@gmail.com>
Tue, 9 Oct 2012 07:45:26 +0000 (07:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 9 Oct 2012 07:45:26 +0000 (07:45 +0000)
commit5c3e4ca581faa27c74443d17e5f740a686b62884
tree15ea2b29ab6e0f501c0e5c43fcdcce92d5e799a3
parentde7c0017d3f28a2e099244a154e89858bc34067b
We use the enums to query whether an Attributes object has that attribute. The
opaque layer is responsible for knowing where that specific attribute is stored.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165489 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp