[llvm-commits] [llvm] r83082 - /llvm/trunk/include/llvm/ADT/StringRef.h

Devang Patel dpatel at apple.com
Wed Nov 11 16:54:57 PST 2009


On Oct 30, 2009, at 8:33 AM, Daniel Dunbar wrote:

> On Mon, Oct 12, 2009 at 10:16 AM, Devang Patel <dpatel at apple.com>  
> wrote:
>> OK. I'll update how DebugInfo uses StringRef.
>
> Hi Devang,
>
> Has this been done? The original patch here is still in StringRef and
> I think it should go away.

I updated DebugInfo interface. Unfortunately, now clang (code  
completion related code) relies on this. Once that code is updated, if 
(Str) can disappear from StringRef constructor.

-
Devang



More information about the llvm-commits mailing list