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=39

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] [clang-format] Trailing return type

2018-11-01 Thread Owen Pan via cfe-users
I think that was a bug fix as the latest clang-format will convert the "Before" code to "After" even in the absence of the .clang-format configuration file. Regards, Owen On Wed, Oct 31, 2018 at 2:24 PM Mateusz Loskot via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi, > > I'm looking for cla