[PATCH] D39486: Update SanitizerSpecialCaseList to use renamed functions in base class.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 1 10:52:51 PDT 2017
hctim added a comment.
In https://reviews.llvm.org/D39486#912876, @vlad.tsyrklevich wrote:
> Why is there a cyclical dependency? https://reviews.llvm.org/D39485 doesn't delete SpecialCaseList::inSection()?
This line calles the protected member function, not the public one :) Protected member function got the /s/inSection/inSectionBlame treatment.
https://reviews.llvm.org/D39486
More information about the llvm-commits
mailing list