summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/WhitespaceManager.h
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-04-04 06:46:23 +0000
committerDaniel Jasper <djasper@google.com>2014-04-04 06:46:23 +0000
commit922349cdba95b853baf7efe0ebf62e89d479a75e (patch)
tree02d65f5035457190d9ca35ca3d5b429cb57858d9 /clang/lib/Format/WhitespaceManager.h
parent840beec2d0855db9165c02bc29a79af8e357fc24 (diff)
downloadbcm5719-llvm-922349cdba95b853baf7efe0ebf62e89d479a75e.tar.gz
bcm5719-llvm-922349cdba95b853baf7efe0ebf62e89d479a75e.zip
clang-format: Don't merge simple blocks in case statements.
Before: switch (a) { case 1: { return 'a'; } } After: switch (a) { case 1: { return 'a'; } } llvm-svn: 205611
Diffstat (limited to 'clang/lib/Format/WhitespaceManager.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud