[llvm] r289196 - Update Doxygen comment in StringSaver (NFC)
Malcolm Parsons via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 01:33:33 PST 2016
Author: malcolm.parsons
Date: Fri Dec 9 03:33:33 2016
New Revision: 289196
URL: http://llvm.org/viewvc/llvm-project?rev=289196&view=rev
Log:
Update Doxygen comment in StringSaver (NFC)
Modified:
llvm/trunk/include/llvm/Support/StringSaver.h
Modified: llvm/trunk/include/llvm/Support/StringSaver.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/StringSaver.h?rev=289196&r1=289195&r2=289196&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/StringSaver.h (original)
+++ llvm/trunk/include/llvm/Support/StringSaver.h Fri Dec 9 03:33:33 2016
@@ -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;
More information about the llvm-commits
mailing list