mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-22 03:58:15 +00:00
Update Doxygen comment in StringSaver (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a47587665f
commit
b483e9e9a2
@ -16,8 +16,8 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
/// \brief Saves strings in the inheritor's stable storage and returns a stable
|
||||
/// raw character pointer.
|
||||
/// \brief Saves strings in the inheritor's stable storage and returns a
|
||||
/// StringRef with a stable character pointer.
|
||||
class StringSaver final {
|
||||
BumpPtrAllocator &Alloc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user