diff options
author | Daniel Jasper <djasper@google.com> | 2013-10-20 17:28:32 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-10-20 17:28:32 +0000 |
commit | dcd5da1fd9352473a8b08c982780f6b14994316f (patch) | |
tree | bae21e60bc5bdfc1e3c86e88cb1b53ead5f4af3a /lldb/source/DataFormatters/FormatManager.cpp | |
parent | 2d0cd4978737bdde886d70cb82d5ce8fb385bfa2 (diff) | |
download | bcm5719-llvm-dcd5da1fd9352473a8b08c982780f6b14994316f.tar.gz bcm5719-llvm-dcd5da1fd9352473a8b08c982780f6b14994316f.zip |
clang-format: Fix formatting of nested blocks after comment.
Before:
DEBUG({ // Comment that used to confuse clang-format.
fdafas();
});
Before:
DEBUG({ // Comments are now fine.
fdafas();
});
This fixed llvm.org/PR17619.
llvm-svn: 193051
Diffstat (limited to 'lldb/source/DataFormatters/FormatManager.cpp')
0 files changed, 0 insertions, 0 deletions