[PATCH] D78694: [clang-format] Fix lambda with ellipsis in return type

2020-04-29 Thread Pochang Chen via Phabricator via cfe-commits
johnchen902 added a comment. Well... I don't know how to land this. I guess I don't have commit access anyway. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78694/new/ https://reviews.llvm.org/D78694 ___ cfe-commits mailing list

[PATCH] D78694: [clang-format] Fix lambda with ellipsis in return type

2020-04-23 Thread Pochang Chen via Phabricator via cfe-commits
johnchen902 updated this revision to Diff 259792. johnchen902 added a comment. Rebased to HEAD. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78694/new/ https://reviews.llvm.org/D78694 Files: clang/lib/Format/UnwrappedLineParser.cpp clang/unittests/Format/FormatTest.cpp Index:

[PATCH] D78694: [clang-format] Fix lambda with ellipsis in return type

2020-04-23 Thread Pochang Chen via Phabricator via cfe-commits
johnchen902 updated this revision to Diff 259789. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78694/new/ https://reviews.llvm.org/D78694 Files: clang/lib/Format/UnwrappedLineParser.cpp clang/unittests/Format/FormatTest.cpp Index: clang/unittests/Format/FormatTest.cpp

[PATCH] D78694: [clang-format] Fix lambda with ellipsis in return type

2020-04-22 Thread Pochang Chen via Phabricator via cfe-commits
johnchen902 created this revision. johnchen902 added a project: clang-format. Herald added a project: clang. Herald added a subscriber: cfe-commits. johnchen902 retitled this revision from "[Format] Fix lambda with ellipsis in return type" to "[clang-format] Fix lambda with ellipsis in return