These members were made private here https://github.com/llvm/llvm-project/commit/6177386b05ddaaee04160b153a41ed4edbd7bcaf without an explanation.
Our customers have an own implementation inherited from PredIterator with updated advancePastNonTerminators().
The access specifier protected looks resonable and safe here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/include/llvm/IR/CFG.h | ||
---|---|---|
42 | We usually inherit (CRTP style) from iterator_adaptor_base - not sure why we don't here. |
We usually inherit (CRTP style) from iterator_adaptor_base - not sure why we don't here.