[all-commits] [llvm/llvm-project] 2de0a1: [clang][ObjC] allow the use of NSAttributedString ...
Alex Lorenz via All-commits
all-commits at lists.llvm.org
Tue Mar 9 13:37:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de0a18a8949f0235fb3a08dcc55ff3aa7d969e7
https://github.com/llvm/llvm-project/commit/2de0a18a8949f0235fb3a08dcc55ff3aa7d969e7
Author: Alex Lorenz <arphaman at gmail.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/test/SemaObjC/format-arg-attribute.m
Log Message:
-----------
[clang][ObjC] allow the use of NSAttributedString * return type with format_arg attribute
This is useful for APIs that want to produce an attributed NSString as a result of
some formatting API call.
More information about the All-commits
mailing list