[clang][ObjC] allow the use of NSAttributedString * argument type with format attribute
authorAlex Lorenz <arphaman@gmail.com>
Fri, 11 Jun 2021 20:23:44 +0000 (13:23 -0700)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 11 Jun 2021 20:24:32 +0000 (13:24 -0700)
commit22dea6923155b18d172db64e5dab4b71afe19e6e
tree5316af4fb3c47bfc01d7f7ca264206bd5afb4232
parentf47d00c54b52bd8adf9b8725912ea1cd0f1873d5
[clang][ObjC] allow the use of NSAttributedString * argument type with format attribute

This is useful for APIs that want to accept an attributed NSString as their format string

rdar://79163229
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaObjC/format-strings-objc.m