Remove attribute handling code for simple attributes; NFC
authorAaron Ballman <aaron@aaronballman.com>
Fri, 2 Apr 2021 15:33:04 +0000 (11:33 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 2 Apr 2021 15:35:10 +0000 (11:35 -0400)
commit3ebfa363f356eff744b73885023cc1fc62fad973
tree35f143cdd6bc04678098e1e403ea5d76aa815635
parentdd43e13c005806be06bf09c735353a3d8707c8c8
Remove attribute handling code for simple attributes; NFC

Attributes that set the SimpleHandler flag in Attr.td don't need to be
explicitly handled in SemaDeclAttr.cpp.
clang/include/clang/Basic/Attr.td
clang/lib/Sema/SemaDeclAttr.cpp