Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix layering StringRef copy using BumpPtrAllocator. | Nick Kledzik | 2014-02-05 | 1 | -0/+33 |
Now to copy a string into a BumpPtrAllocator and get a StringRef to the copy: StringRef myCopy = myStr.copy(myAllocator); llvm-svn: 200885 |