================
@@ -67,9 +67,9 @@ SanitizerSpecialCaseList::inSectionBlame(SanitizerMask Mask,
StringRef Prefix,
for (const auto &S : llvm::reverse(SanitizerSections)) {
if (S.Mask & Mask) {
unsigned LineNum =
- SpecialCaseList::inSectionBlame(S.Entries, Prefix, Query, Category);
+ SpecialCaseList::inSectionBlame(S.S.Entries, Prefix, Query,
Category);
----------------
thurstond wrote:
`S.S.` is unfortunate naming
https://github.com/llvm/llvm-project/pull/162382
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits