rjmccall added a reviewer: theraven.
rjmccall added a comment.

One thing that's come up so far: you generally need to be looking through 
non-runtime protocols, not ignoring them.  This matters when non-runtime 
protocols inherit from ordinary protocols.  It may be useful to provide a 
generic function that walks an array of protocols and calls a callback with the 
unique ordinary protocols it implies.

You should also implement this for non-Apple runtimes, which should be 
straightforward with that generic function; it's just a matter of testing it.  
CC'ing David Chisnall.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75574

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to