Skip to content

Commit a0f59ec

Browse files
committed
Fix comments.
Created using spr 1.3.6
1 parent 4e06e02 commit a0f59ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Support/SpecialCaseList.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ class SpecialCaseList {
129129
std::string Name;
130130
unsigned LineNo;
131131
GlobPattern Pattern;
132-
// neither copyable nor movable because GlobPattern contains StringRef.
132+
// neither copyable nor movable because GlobPattern contains
133+
// Glob::StringRef that points to Glob::Name.
133134
Glob(Glob &&) = delete;
134135
Glob() = default;
135136
};

0 commit comments

Comments
 (0)