Re: [cfe-users] Compiling Visual Studio 2017 headers with clang library

2020-02-01 Thread Jens Restemeier via cfe-users
Hi, I got this to work, so for the benefit of future people coming across this from Google: > I am getting > "C:/Program Files (x86)/Windows > Kits/10/Include/10.0.17763.0/ucrt\stdio.h(378,9): warning : macro expansion > producing 'defined' has undefined behavior > 2>#if _CRT_INTERNAL_NONS

[cfe-users] Compiling Visual Studio 2017 headers with clang library

2020-01-28 Thread Jens Restemeier via cfe-users
Hi, I'm trying to resurrect an open source C++ reflection tool (https://github.com/Celtoys/clReflect ) against the latest clang. I've got everything building and the tool produces some output, though I've yet to analyse if the generated database is complete and correct. I'm trying to build wit