Re: [cfe-users] clang frontend command failed due to signal

2018-01-08 Thread Christian Gagneraud via cfe-users
On 8/01/2018 11:36 PM, 01_Tyro_10 via cfe-users wrote: But it failed with the following error, and I can not understand why. 1.libcxx/include/__config:1028:3: current parser token 'if' 2.libcxx/include/__config:448:1: parsing namespace 'std' clang: error: unable to execute command: Segmentation

Re: [cfe-users] How to use clang-apply-replacements with clang-tidy fixit file

2019-04-26 Thread Christian Gagneraud via cfe-users
On Sat, 27 Apr 2019 at 07:20, Robert Ankeney via cfe-users wrote: > > I used clang-tidy to generate some replacements for a code base into a yaml > file using the -export-fixits=file option. After editing the file to remove > some unwanted changes, I would like to apply those fixes. The document

Re: [cfe-users] How to use clang-apply-replacements with clang-tidy fixit file

2019-04-26 Thread Christian Gagneraud via cfe-users
Back on the ML., let's keep the discussion public and archived. On Sat, 27 Apr 2019 at 09:11, Christian Gagneraud wrote: > > On Sat, 27 Apr 2019 at 09:01, Robert Ankeney wrote: > > > > Hi Chris, > > > > Thanks for the fast response! As it turns out, I was doing that, but found > > that there mu

Re: [cfe-users] thinlto and c++ static initialization analysis

2019-07-18 Thread Christian Gagneraud via cfe-users
On Thu, 18 Jul 2019 at 21:15, Jerry Scharf via cfe-users wrote: > > I am looking at trying out thinlto on our large c++ programs. We have > had to do a bunch of careful things to make sure things get linked in > the right order to get the static initialization to work right. > > Two questions: > >