<div dir="ltr"><div><div><div>Just a neighbourly bump to let you know that I have submitted these two proposals, so if they look like something you'd like to mentor me on, please make yourself known.<br><br>Clang refactoring tools<br><a href="http://goo.gl/4zxqYv">http://goo.gl/4zxqYv</a><br><br></div>A clang-based alternative to SWIG<br><a href="http://goo.gl/Vb3WDO">http://goo.gl/Vb3WDO</a><br><br></div>Cheers,<br></div>Mat<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 7 March 2015 at 21:32, Mat Sutcliffe <span dir="ltr"><<a href="mailto:oktal3700@gmail.com" target="_blank">oktal3700@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Greetings,<br><br></div><div>I have two ideas revolving around Clang that I'd like to propose for the Google Summer of Code. Because I'm equally interested in both ideas, I'm posting brief descriptions of them here, in the hope that if one of them is received better than the other then I could save time by only proposing one. But if neither one is clearly preferred then I will formally propose both.<br></div></div><div><br></div>I am fascinated by the videos I've watched of conference presentations about LibTooling. It can make large scale refactorings very easy. But at the small and medium scales, it seems like it would still be cheaper in many cases to do the refactoring by hand, because an automated tool to perform one specific refactoring would be unlikely to retain its usefulness after the refactoring is done. To reduce the cost of small scale LibTooling refactorings, I imagine a kind of rapid development tool for LibTooling refactorings, which would help a user to compose a LibTooling expression out of all the available primary and composite expressions. Whenever the expression is changed, the tool would present a preview of what the code would look like under the refactoring represented by the new expression. The user can gradually refine the expression and instantly see the effects of those refinements on the code, until the refactoring is exactly as she wants it. The deliverable would be a library or commandline tool which could be integrated into plugins for different IDEs, plus one or two example plugins for popular IDEs.<br><br></div>SWIG is a powerful and widely used tool for wrapping C and C++ APIs to make them available from within many different scripting languages. It has a built in C/C++ parser and customization is possible through language extensions. But in my opinion the SWIG codebase has unfortunately become poorly factored and difficult to adapt or extend. I propose a tool fulfilling broadly the same use cases as SWIG, but built upon LibClang, clean architecture, and modern C++. Customization could be provided by C++11 attributes. Of course achieving feature parity with SWIG in a single GSoC cycle would be laughably ambitious. But I think an achievable aim would be to support, say, classes at namespace scope, and functions and constants at namespace and class scope, simple function argument mapping, and one or two target scripting languages, and hope that the community can take that seed and continue to grow it.<br><br></div><div>I'll be interested to see which, if any, of these ideas meet with your enthusiasm. :)<br></div><div><br></div>Thanks for reading,<br></div>Mat Sutcliffe<br></div>
</blockquote></div><br></div>