aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.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 /llvm/lib/Object/COFFObjectFile.cpp
parent3768f7005d442fb7ff40e1324d2ca9630d255f35 (diff)
downloadllvm-2cce7b728b88d846713f8f1e69f9cc58623024c2.zip
llvm-2cce7b728b88d846713f8f1e69f9cc58623024c2.tar.gz
llvm-2cce7b728b88d846713f8f1e69f9cc58623024c2.tar.bz2
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 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions