diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-17 08:13:23 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-17 08:13:23 +0000 |
commit | 0928553eecaa835b9983c8afbc8ee3948327a06c (patch) | |
tree | 12a21b58be381591c6c6e53f3841547562e3d5f1 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | a8200603d4eeb50a2b771bb0b32edcb4c2c01d04 (diff) | |
download | llvm-0928553eecaa835b9983c8afbc8ee3948327a06c.zip llvm-0928553eecaa835b9983c8afbc8ee3948327a06c.tar.gz llvm-0928553eecaa835b9983c8afbc8ee3948327a06c.tar.bz2 |
clang-format: Properly align ObjC string literals.
Before:
NSString s = @"a"
"b"
"c";
NSString s = @"a"
@"b"
@"c";
After:
NSString s = @"a"
"b"
"c";
NSString s = @"a"
@"b"
@"c";
This fixes llvm.org/PR23536.
llvm-svn: 237538
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions