Friday, 15 February 2013

c++ - Clang AST parsing and unique_ptr on windows - libc++ -



c++ - Clang AST parsing and unique_ptr on windows - libc++ -

i'm using clang under windows, generate ast headers code generation tool. i'm facing problem unique_ptr not beingness parsed should solved telling clang utilize either libc++ or libstdc++ in command line arguments. on windows.

i know libc++ hasn't been ported windows yet, i'm considering listdc++.

but thing : i'm parsing headers ast, need clang right header correctly parse references std::unique_ptr in file. shouldn't much more downloading source , telling clang find right headers, right ? don't know how that, clang quite obscure.

do think possible accomplish , how ?

you can utilize mingw or visual studio- clang can handle both stdlib implementations on windows if set language options appropriately.

c++ clang

No comments:

Post a Comment