This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Improve comment about inverse depth-first iterator + clang-format
AbandonedPublic

Authored by bmahjour on Nov 21 2019, 3:24 PM.

Details

Reviewers
None
Summary

Stumbled upon this comment in GraphTraits.h and found it a bit hard to understand. I think it would be more useful to define the equivalent of an idf_iterator entirely based on a df_iterator. Agree?

I also ran clang-format.

Diff Detail