diff options
author | Daniel Jasper <djasper@google.com> | 2015-01-12 10:23:24 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-01-12 10:23:24 +0000 |
commit | d6a1cab1bcf509645b5119d92e95bbd7ab5131a3 (patch) | |
tree | d7e28dd1d1cc1dafcef09263ccbd48b7777c0226 /clang/lib/Format/UnwrappedLineFormatter.h | |
parent | 19acc3d351628017c4fcfb00112302d55115a11e (diff) | |
download | bcm5719-llvm-d6a1cab1bcf509645b5119d92e95bbd7ab5131a3.tar.gz bcm5719-llvm-d6a1cab1bcf509645b5119d92e95bbd7ab5131a3.zip |
clang-format: Improve format of lambdas in ctor initializers.
Before:
Constructor()
: Constructor([] { // comment
int i;
}) {}
After:
Constructor()
: Constructor([] { // comment
int i;
}) {}
llvm-svn: 225625
Diffstat (limited to 'clang/lib/Format/UnwrappedLineFormatter.h')
0 files changed, 0 insertions, 0 deletions