llvm-6502/include
Nick Kledzik 8147752976 Fix layering StringRef copy using BumpPtrAllocator.
Now to copy a string into a BumpPtrAllocator and get a StringRef to the copy:

   StringRef myCopy = myStr.copy(myAllocator);
   



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200885 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-05 22:22:56 +00:00
..
llvm Fix layering StringRef copy using BumpPtrAllocator. 2014-02-05 22:22:56 +00:00
llvm-c Fix known typos 2014-01-24 17:20:08 +00:00