Re: [cfe-users] A question regarding formatting of function try-block

2018-09-28 Thread Owen Pan via cfe-users
Fixed by Revision 343305. On Tue, Sep 25, 2018 at 2:30 PM David Blaikie via cfe-users < cfe-users@lists.llvm.org> wrote: > Not sure who's doing most of the work on clang-format these days - Sam, > maybe you know? > > On Mon, Sep 24, 2018 at 2:07 AM Jakob van Bethlehem via cfe-users < > cfe-users@

Re: [cfe-users] A question regarding formatting of function try-block

2018-09-25 Thread Owen Pan via cfe-users
I replied. -- Forwarded message - From: Owen Pan Date: Mon, Sep 24, 2018 at 9:38 PM Subject: Fwd: [cfe-users] A question regarding formatting of function try-block To: , Hi Jakob, I have filed a bug report and assigned it to myself. See https://bugs.llvm.org/show_bug.cgi?id

Re: [cfe-users] A question regarding formatting of function try-block

2018-09-25 Thread David Blaikie via cfe-users
Not sure who's doing most of the work on clang-format these days - Sam, maybe you know? On Mon, Sep 24, 2018 at 2:07 AM Jakob van Bethlehem via cfe-users < cfe-users@lists.llvm.org> wrote: > Dear all, > > Recently we introduced clang-format into our company, for formatting > c++-code. After some

[cfe-users] A question regarding formatting of function try-block

2018-09-24 Thread Jakob van Bethlehem via cfe-users
Dear all, Recently we introduced clang-format into our company, for formatting c++-code. After some fine-tuning of the settings, we're extremely happy with it. Today I came across a bit of code that uses a function try-block - not a very-often use feature of C++, but sometimes usefuly, however, I