Re: [cfe-users] Default compiler flags

2018-09-24 Thread David Blaikie via cfe-users
Don't know of any quick way to do that in LLVM - I guess companies/folks who do this go into the source code in Clang's driver and mess with it. - Dave On Mon, Sep 17, 2018 at 10:10 PM Alexander Biddulph via cfe-users < cfe-users@lists.llvm.org> wrote: > I am trying to compile clang/llvm to targ

[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