[all-commits] [llvm/llvm-project] 22dea6: [clang][ObjC] allow the use of NSAttributedString ...
Alex Lorenz via All-commits
all-commits at lists.llvm.org
Fri Jun 11 13:24:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22dea6923155b18d172db64e5dab4b71afe19e6e
https://github.com/llvm/llvm-project/commit/22dea6923155b18d172db64e5dab4b71afe19e6e
Author: Alex Lorenz <arphaman at gmail.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/SemaObjC/format-strings-objc.m
Log Message:
-----------
[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
More information about the All-commits
mailing list