[PATCH] D57075: [ObjC] For type substitution in generics use a regular recursive type visitor.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 22 18:18:32 PST 2019


vsapsai created this revision.
vsapsai added reviewers: ahatanak, erik.pilkington.
Herald added subscribers: dexonsmith, jkorous.

Switch to the inheritance-based visitor from the lambda-based visitor to
allow both preorder and postorder customizations during type
transformation. NFC intended.


https://reviews.llvm.org/D57075

Files:
  clang/lib/AST/Type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57075.183010.patch
Type: text/x-patch
Size: 18796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190123/febd3236/attachment.bin>


More information about the cfe-commits mailing list