Is there any way to generate AST from C++ code using Microsoft Visual Studio compiler?
I think about something similar to -ast-dump
option from clang.
Is there any way to generate AST from C++ code using Microsoft Visual Studio compiler?
I think about something similar to -ast-dump
option from clang.
I don't believe MSVC produces an AST you can access.
You can get ASTs for MSVC from our DMS Software Reengineering Toolkit. See this DMS-generated example of a C++ AST.