[PATCH] D57270: [ObjC] Fix non-canonical types preventing type arguments substitution.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 25 17:10:28 PST 2019
vsapsai created this revision.
vsapsai added reviewers: ahatanak, erik.pilkington.
Herald added subscribers: dexonsmith, jkorous.
`QualType::substObjCTypeArgs` doesn't go past non-canonical types and as
the result misses some of the substitutions like `ObjCTypeParamType`.
Update `SimpleTransformVisitor` to traverse past the type sugar.
https://reviews.llvm.org/D57270
Files:
clang/lib/AST/Type.cpp
clang/test/SemaObjC/parameterized_classes_subst.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57270.183664.patch
Type: text/x-patch
Size: 3763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190126/e853c486/attachment.bin>
More information about the cfe-commits
mailing list