diff options
| author | Daniel Jasper <djasper@google.com> | 2014-12-12 09:40:58 +0000 | 
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2014-12-12 09:40:58 +0000 | 
| commit | 11a0ac66e10658f9eec87db0e846f6f5eaafc9cf (patch) | |
| tree | 762746194ec8f9c799b260bea96a55d2f67a9930 /llvm/unittests/Support/FileOutputBufferTest.cpp | |
| parent | 9e3a60769fe93241ee1bcdd711a1d38b014c15a6 (diff) | |
| download | llvm-11a0ac66e10658f9eec87db0e846f6f5eaafc9cf.zip llvm-11a0ac66e10658f9eec87db0e846f6f5eaafc9cf.tar.gz llvm-11a0ac66e10658f9eec87db0e846f6f5eaafc9cf.tar.bz2  | |
clang-format: Revamp nested block formatting.
This fixed llvm.org/PR21804 and hopefully a few other strange cases.
Before:
    if (blah_blah(whatever, whatever, [] {
      doo_dah();
      doo_dah();
    })) {
    }
    }
After:
    if (blah_blah(whatever, whatever, [] {
          doo_dah();
          doo_dah();
        })) {
    }
    }
llvm-svn: 224112
Diffstat (limited to 'llvm/unittests/Support/FileOutputBufferTest.cpp')
0 files changed, 0 insertions, 0 deletions
