I have used Roslyn to create syntax trees for C# and Vb files. Now I have to create syntax tree for a C++ file. I am not sure if Roslyn can help me here.
So my question is Does Roslyn support C++?
If Not then any other reference for the same?
I have found this ref. http://clang.llvm.org/doxygen/group__CINDEX.html but it will be great if Roslyn can help me here.
Thanks