Ignore missing headers with clang AST parser
问题 I'm on Windows, using MSVC to compile my project, but I need clang for its neat AST parser, which allow me to write a little code generator. Problem is, clang cannot parse MSVC headers (a very-well known and understandable problem). I tried two options : I include MSVC header folder, parsing the built-in headers included in my code will end-up leading to a fatal error at some point, preventing me from parsing the parts I want correctly. What I did before is simply not provide any built-in