[cfe-dev] llvm::StringRef open project?
Sean Silva
silvas at purdue.edu
Sat Mar 30 20:38:37 PDT 2013
Go for it. Also keep an eye out for functions taking a pointer+length (e.g.
`foo(Bar *Elts, unsigned NumElts)`) which can be replaced with ArrayRef.
On Sat, Mar 30, 2013 at 11:19 PM, Christopher Jones <
chrisjones.lambda at gmail.com> wrote:
>
> I'm hoping to learn more about clang / LLVM, and I figured the best way to
> do so would be to jump in and make some changes to the code.
>
Definitely. There is no substitute for landing real patches.
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130330/2e3ac36d/attachment.html>
More information about the cfe-dev
mailing list