r246375 - Update for several APIs in LLVM that now use StringRefs rather than

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 30 02:55:15 PDT 2015


On 30 August 2015 at 08:51, Chandler Carruth via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: chandlerc
> Date: Sun Aug 30 02:51:18 2015
> New Revision: 246375
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246375&view=rev
> Log:
> Update for several APIs in LLVM that now use StringRefs rather than
> const char pointers. In turn, push this through Clang APIs as well,
> simplifying a number of bits of code that was handling the oddities of
> nullptrs.

Thanks! I meant to clean that up at one point, but got lost in the noise. :)

--renato


More information about the cfe-commits mailing list