Note: This change has a cyclical dependency on D39485. Both these changes must be submitted at the same time to avoid a build breakage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Why is there a cyclical dependency? D39485 doesn't delete SpecialCaseList::inSection()?
Comment Actions
This line calles the protected member function, not the public one :) Protected member function got the /s/inSection/inSectionBlame treatment.