diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-02-07 01:57:32 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-02-07 01:57:32 +0000 |
commit | 33381f5e0b9f75f0e691ac5f8a057a937e5aee09 (patch) | |
tree | 6692dcf42099c9b9d091b2a56ad0c03ee1b94744 /lldb/source/Core/ConnectionSharedMemory.cpp | |
parent | 94269a4db35f092b5ea100b7b5ecabaea281a181 (diff) | |
download | bcm5719-llvm-33381f5e0b9f75f0e691ac5f8a057a937e5aee09.tar.gz bcm5719-llvm-33381f5e0b9f75f0e691ac5f8a057a937e5aee09.zip |
clang-format: Format Objective-C try blocks like all the other try blocks.
Before:
@try {
// ...
}
@finally {
// ...
}
Now:
@try {
// ...
} @finally {
// ...
}
This is consistent with how we format C++ try blocks and SEH try blocks.
clang-format not doing this before was an implementation oversight.
This is dependent on BraceBreakingStyle. The snippet above is with the
Attach style. Style Stroustrip for example still results in the "Before:"
snippet, which makes sense since other blocks (try, else) break after '}' too.
llvm-svn: 228483
Diffstat (limited to 'lldb/source/Core/ConnectionSharedMemory.cpp')
0 files changed, 0 insertions, 0 deletions