summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2016-04-06 16:41:39 +0000
committerDaniel Jasper <djasper@google.com>2016-04-06 16:41:39 +0000
commit2cce7b728b88d846713f8f1e69f9cc58623024c2 (patch)
tree66cd63894e9abb4a43ed1438fed0c00349ef54ca /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent3768f7005d442fb7ff40e1324d2ca9630d255f35 (diff)
downloadbcm5719-llvm-2cce7b728b88d846713f8f1e69f9cc58623024c2.tar.gz
bcm5719-llvm-2cce7b728b88d846713f8f1e69f9cc58623024c2.zip
clang-format: Fix label-in-if statement in macros where it is actually used.
Before: #define A \ if (a) \ label: \ f() After: #define A \ if (a) \ label: \ f() llvm-svn: 265557
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud