<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />Hello Guys,<br><br>I am developing a plugin of clang and hope it can convert some C++ functions to C++/CX wrapper classes for WinRT system. If so, it would do a lot of work automatically.<br><br>Now I have been somewhere. Using clang libraries, I could fetch the elements of C++ code for example, return type, function name, parameter list and others. Should I inherit "clang::Decl" to express C++/CX elements like Objective-C does?<br><br>I think if I want to output C++/CX code using clang, I should inherit some classes in CodeGen. Should I do this? Or is it possible to be done in a plugin?<br><br>Could you help me?<br><br>Thank you,<br>Jeffrey.<br><br>