Andreas Fertig

Results 60 comments of Andreas Fertig

Hello @chuggafan, that is an interesting request. Any suggestion how to achieve it? Andreas

Hello @chuggafan, messing with the headers is in my experience a bad idea. It is already troublesome to switch between Linux version with a pre-compiled C++ Insights binary. Hosting it...

Thanks to the work of @grishavanika there is now support for building C++ Insights on Windows. I managed to setup an AppVeyor build yesterday (#196 ). The AppVeyor build uses...

I never made progress with Windows support. I recently removed one of the Windows builds due to a compiler regression. I see Windows support as unreliable, which will cost me...

Hello @fang13, at the moment, it cannot. Some time ago, I looked into a way of attributing the output with its source lines. I found that this approach might work...

Hello @fang13, this issue has been open for some time now. I'll close it in a couple of days if nobody objects and presents a solution. Andreas

Hello @venkat-gvk, thanks for reporting this. There is already an issue open (#120) that addresses the same issue. Your suggestion seems to be an approach. The downside is that it...

Hello @fang13, `arm-linux-gnueabi-g++` sounds to me like this json file was produced with a g++ compiler? If so, then I guess there are command line options which Clang doesn't understand....

Hell @adrian-stanciu, thanks for reporting this issue. I'm not entirely sure yet where the difference comes from. Anyhow, you're a winner of the Lambda Hunt Challenge. I don't see an...

Hello @matrixjoeq, thanks for reporting this. You need to enable "Use libc++". Clang and GCC are not compatible at the moment. Andreas