llvm-mirror/include
Nick Kledzik d2da6e7c22 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);
   

llvm-svn: 200885
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