diff options
author | Daniel Jasper <djasper@google.com> | 2014-10-27 16:31:46 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-10-27 16:31:46 +0000 |
commit | 56346193894e1afb3b4705fc9526933e11ed4aec (patch) | |
tree | f6f74cbb66ca02702ef513e941a1cd64d36b92cd /llvm/unittests/ADT/MapVectorTest.cpp | |
parent | 44ed3d04bfdec42f745c73a9a55f5c94886ac1c6 (diff) | |
download | llvm-56346193894e1afb3b4705fc9526933e11ed4aec.zip llvm-56346193894e1afb3b4705fc9526933e11ed4aec.tar.gz llvm-56346193894e1afb3b4705fc9526933e11ed4aec.tar.bz2 |
clang-format: Fix bad merging of lines in nested blocks.
Before:
SomeFunction([]() {
#define A a
return 43; });
After:
SomeFunction([]() {
#define A a
return 43;
});
llvm-svn: 220684
Diffstat (limited to 'llvm/unittests/ADT/MapVectorTest.cpp')
0 files changed, 0 insertions, 0 deletions