diff options
author | Ted Kremenek <kremenek@apple.com> | 2015-07-02 05:39:16 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2015-07-02 05:39:16 +0000 |
commit | 2b4177190923be8cb459274f25a25bb07913e760 (patch) | |
tree | c1f150624f95956aad8b35f2595d87aa52bd5953 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 7a1ef0ddca23cfe197caf5b3336fa8076ee2a075 (diff) | |
download | bcm5719-llvm-2b4177190923be8cb459274f25a25bb07913e760.tar.gz bcm5719-llvm-2b4177190923be8cb459274f25a25bb07913e760.zip |
Parse 'technical term' format specifier.
Objective-C format strings now support modifier flags
that can be attached to a '@' conversion. Currently
the only one supported, as of iOS 9 and OS X 10.11,
is the new "technical term", denoted by the flag "tt",
for example:
%[tt]@
instead of just:
%@
The 'tt' stands for "technical term", which is used
by the string-localization facilities on Darwin to
add the appropriate spacing or quotation depending
the language locale.
Implements <rdar://problem/20374720>.
llvm-svn: 241243
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions