summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/UUID.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-02-07 01:57:32 +0000
committerNico Weber <nicolasweber@gmx.de>2015-02-07 01:57:32 +0000
commit33381f5e0b9f75f0e691ac5f8a057a937e5aee09 (patch)
tree6692dcf42099c9b9d091b2a56ad0c03ee1b94744 /lldb/source/Core/UUID.cpp
parent94269a4db35f092b5ea100b7b5ecabaea281a181 (diff)
downloadbcm5719-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/UUID.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud