Replace the custom handling for several attributes; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Sun, 4 Mar 2018 15:32:01 +0000 (15:32 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 4 Mar 2018 15:32:01 +0000 (15:32 +0000)
commit3cfa9d1d617588bd0580ba6d62846ab9adfd5d7e
treea3b72f00d0002bc97725ca82b4941e7f4d5736e3
parent8197b04b9ba5a0f0fc4c9f16426d2eb26745e612
Replace the custom handling for several attributes; NFC.

These attributes were only customized because of the need to check for attribute mutual exclusion, but we now have the handleSimpleAttributeWithExclusions() helper function to handle these scenarios.

llvm-svn: 326675
clang/lib/Sema/SemaDeclAttr.cpp