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