[PATCH] D104119: [IR] Remove forward declaration of GraphTraits from Type.h

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 18:52:14 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds OK - though might be worth considering #including "GraphTraits.h" rather than the forward declaration - makes maintenance a bit easier later on, if default template arguments were added to GraphTraits or other changes are made.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104119/new/

https://reviews.llvm.org/D104119



More information about the llvm-commits mailing list