Write tutorials that are simple and can get someone from zero to a useful tool in an afternoon, and keep them up to date. That's pretty low-hanging fruit and it is something that LLVM/Clang needs badly. I've already started putting something together here: <a href="https://github.com/chisophugis/clang_plugin_example">https://github.com/chisophugis/clang_plugin_example</a><div>
Try breaking it or making it more interesting. The goal is to pack something useful into few enough lines that it is comprehensible but gets the point across that you can do cool stuff with LLVM/Clang. It's not just the source though, the overall tutorial must Just Work. There are some cool ideas here: <a href="http://llvm.org/devmtg/2011-11/Gregor_ExtendingClang.pdf">http://llvm.org/devmtg/2011-11/Gregor_ExtendingClang.pdf</a>, however, they are not "in context", and the code to get the code from those slides "in context" so it can be useful is the key.<br>
<div><br></div><div>Another place that could use some improvement is the calling sequence for CharLiteralParser, NumericLiteralParser, and StringLiteralParser. There's a lot of code duplication at their call sites. I submitted a patch for CharLiteralParser, but it got buried in cfe-commits.</div>
<div><br></div><div>--Sean Silva<br><br><div class="gmail_quote">On Fri, Mar 2, 2012 at 6:48 PM, Philip Reames <span dir="ltr"><<a href="mailto:listmail@philipreames.com">listmail@philipreames.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I plan on spending some time this weekend hacking on LLVM/Clang.  I've<br>
spent the last few months playing around with LLVM and Clang, but would<br>
like to start contributing back.  I've glanced through the bugzilla bug<br>
reports, but was wondering if anyone had recommendations for low hanging<br>
fruit to target.  I'd like to stick to fairly short projects at this<br>
point because I don't have much time to contribute and would like to be<br>
able to push useful changes during the time I have.  Any suggestions?<br>
<br>
I have several years of professional C++ development experience, and am<br>
relatively familiar with the Clang code base at this point.  For a<br>
personal project, I've been hacking through the parser adding some<br>
language extensions.  As a result, I've spent a fair amount of time in<br>
Parse, Semi, and CodeGen directories.  Ideas for useful<br>
refactorings/fixups in those areas are welcome.<br>
<br>
Yours,<br>
Philip Reames<br>
Grad Student, EECS, UC Berkeley<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div></div>