Rename pred_const_range to const_pred_range to make it consistent with
the other pred/succ iterator definitions: for successors this file defines const_succ_range; the predecessors constant iterators also use const as the first token: const_pred_iterator; there is also a definition in clang for const_pred_range.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't mind too strongly either way - but if you want to commit this, could you mention in the commit message which other types this is consistent with?