]> granicus.if.org Git - clang/commit
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)
commit032bd73700e1e0f2b744dd0ff9169f603598a5e2
tree3f5acd03aae1bca08c1664221e75409dc85e28be
parent3a6ae089a92143aa4cef318f8fccafc05f8b0e3d
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp