summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-09-05 11:49:39 +0000
committerDaniel Jasper <djasper@google.com>2013-09-05 11:49:39 +0000
commitbf02b2c186c0d317849379711a0d7b08ff933d23 (patch)
treeaa5a10cc9d54b3be9e14780328df19cb5f487169 /clang/lib/Format/ContinuationIndenter.cpp
parent5e0b2085c8be40eb9e1c6b7fe3e9651edc53c906 (diff)
downloadbcm5719-llvm-bf02b2c186c0d317849379711a0d7b08ff933d23.tar.gz
bcm5719-llvm-bf02b2c186c0d317849379711a0d7b08ff933d23.zip
clang-format: Quickfix for braced init lists detected as lambdas.
Before: constexpr char hello [] { "hello" }; After: constexpr char hello[]{ "hello" }; llvm-svn: 190046
Diffstat (limited to 'clang/lib/Format/ContinuationIndenter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud