Re: [cfe-users] Default compiler flags

2018-09-25 Thread Matthew Fernandez via cfe-users
This is probably something you have already considered but just to play devil’s advocate, could your needs be met by putting a script called “clang” in your users’ $PATH that simply does the following? #!/usr/bin/env bash /path/to/real/clang -march=broadwell "$@" > On Sep 25, 2018, at

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