Clarify getName() comment.

llvm-svn: 77383
This commit is contained in:
Devang Patel 2009-07-28 22:30:52 +00:00
parent 15349f81fb
commit e2d3dd66f1
1 changed files with 4 additions and 4 deletions

View File

@ -116,10 +116,10 @@ public:
/// modified.
///
/// This is currently guaranteed to return a StringRef for which data() points
/// to a valid null terminated string. This usage is deprecated, however, and
/// clients should not rely on it. If such behavior is needed, clients should
/// use getNameStr() or switch to an interface that does not depend on null
/// termination.
/// to a valid null terminated string. The use of StringRef.data() is
/// deprecated here, however, and clients should not rely on it. If such
/// behavior is needed, clients should use expensive getNameStr(), or switch
/// to an interface that does not depend on null termination.
StringRef getName() const;
/// getNameStr() - Return the name of the specified value, *constructing a