summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-11-22 07:26:53 +0000
committerDaniel Jasper <djasper@google.com>2013-11-22 07:26:53 +0000
commitb631d5e6f3de87697b88829f312e55d947f2c760 (patch)
treeb00cfb027e1206dbdab67555dc19bcac542d1457 /clang/lib/Frontend/ASTUnit.cpp
parent983f94a2b68eb6d650b4f769a3040abe9f40e420 (diff)
downloadbcm5719-llvm-b631d5e6f3de87697b88829f312e55d947f2c760.tar.gz
bcm5719-llvm-b631d5e6f3de87697b88829f312e55d947f2c760.zip
clang-format: Recognize braced lists with trailing function call.
Before: int count = set<int> { f(), g(), h() } .size(); After: int count = set<int>{f(), g(), h()}.size(); llvm-svn: 195417
Diffstat (limited to 'clang/lib/Frontend/ASTUnit.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud