We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cef310 commit bac85abCopy full SHA for bac85ab
llvm/include/llvm/ADT/StringRef.h
@@ -54,7 +54,7 @@ namespace llvm {
54
/// situations where the character data resides in some other buffer, whose
55
/// lifetime extends past that of the StringRef. For this reason, it is not in
56
/// general safe to store a StringRef.
57
- class [[gsl::Pointer]] StringRef {
+ class StringRef {
58
public:
59
static const size_t npos = ~size_t(0);
60
0 commit comments