diff options
author | Daniel Jasper <djasper@google.com> | 2014-11-23 19:15:35 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-11-23 19:15:35 +0000 |
commit | bb86d847ba53d52e110bf94d38266a9f4d286996 (patch) | |
tree | 0c99bde5079e0346d0739442d90767adafd5df4f /clang/unittests/Format/FormatTestJava.cpp | |
parent | 7198b0c77897f32f4ae28e3eee48b09f99876293 (diff) | |
download | llvm-bb86d847ba53d52e110bf94d38266a9f4d286996.zip llvm-bb86d847ba53d52e110bf94d38266a9f4d286996.tar.gz llvm-bb86d847ba53d52e110bf94d38266a9f4d286996.tar.bz2 |
clang-format: Improve ObjC blocks with return type.
Before:
Block b = ^int * (A * a, B * b) {}
After:
Block b = ^int *(A *a, B *b) {}
This fixed llvm.org/PR21619.
llvm-svn: 222639
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions