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 4e06e02 commit a0f59ecCopy full SHA for a0f59ec
llvm/include/llvm/Support/SpecialCaseList.h
@@ -129,7 +129,8 @@ class SpecialCaseList {
129
std::string Name;
130
unsigned LineNo;
131
GlobPattern Pattern;
132
- // neither copyable nor movable because GlobPattern contains StringRef.
+ // neither copyable nor movable because GlobPattern contains
133
+ // Glob::StringRef that points to Glob::Name.
134
Glob(Glob &&) = delete;
135
Glob() = default;
136
};
0 commit comments