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 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 7a1ef0ddca23cfe197caf5b3336fa8076ee2a075 (diff) | |
| download | llvm-2b4177190923be8cb459274f25a25bb07913e760.zip llvm-2b4177190923be8cb459274f25a25bb07913e760.tar.gz llvm-2b4177190923be8cb459274f25a25bb07913e760.tar.bz2 | |
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 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
