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