[cfe-dev] Interest in StringRef'ize APIs Open Project

Renato Golin renato.golin at linaro.org
Tue May 19 07:07:49 PDT 2015


On 19 May 2015 at 13:49, Paul Jarrett <jarrett.paul.young at gmail.com> wrote:
> I'm just now trying to start working on clang and was wondering if there
> still is interest in the open project: "StringRef'ize APIs: A thankless but
> incredibly useful project is StringRef'izing (converting to use
> llvm::StringRef instead of const char * or std::string) various clang
> interfaces. This generally simplifies the code and makes it more efficient."
> I figured I'd update a few files at a time, ensure tests pass, and submit
> this as little patches over a long time until I got done.

Hi Paul,

Simpler, faster and leaner is always better. :)

Your approach looks good, one small patch at a time, until you tire or
we run out of StringRef's to do.

cheers,
--renato



More information about the cfe-dev mailing list