diff options
| author | Daniel Jasper <djasper@google.com> | 2013-10-26 17:00:22 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2013-10-26 17:00:22 +0000 |
| commit | a1ea4cbb8005980efae36ed5402af4f00aecace7 (patch) | |
| tree | 96dde5c27e8d9169ed05037d2f60bc16ded26f89 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | a933f94c92862db06ec6c564683012180b20762c (diff) | |
clang-format: Fix ObjC method exprs with variadic parameters.
Before:
_versionLabel.text = [
NSString stringWithFormat:NSLocalizedString(@"version: %@", @"Label"),
[NSBundle mainBundle].infoDictionary[@"CFBundleShortVersionString"]
];
After:
_versionLabel.text =
[NSString stringWithFormat:NSLocalizedString(@"version: %@", @"Label"),
[NSBundle mainBundle].infoDictionary[@"CFBundleShortVersionString"]];
This fixed llvm.org/PR17695.
llvm-svn: 193475
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
