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

2015-08-30 Thread Renato Golin via cfe-commits
On 30 August 2015 at 08:51, Chandler Carruth via cfe-commits 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

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

2015-08-30 Thread Chandler Carruth via cfe-commits
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 bi