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)
commit0597c1e53cc9e773eff07746df271cd035cc5bd2
treeb918b6194a706c48a89ce9ceb8424bd6efddd9ba
parentc9b22d735a921e335bc02aea0bd4695c5a3e52a9
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.

llvm-svn: 165489
clang/lib/CodeGen/CodeGenModule.cpp