[PATCH] D54048: [AST] Get aliased type info from an aliased TemplateSpecialization.

Matt Davis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 4 10:20:44 PST 2018


mattd added a comment.

In https://reviews.llvm.org/D54048#1286654, @rjmccall wrote:

> That looks a lot better, thanks.  Did you check whether any other tests needed adjustment?  That's not uncommon from this kind of desugaring change.
>
> If not, LGTM.


Thanks again.  I ran the typical 'check-all' in my working tree which included clang, clang-extras, compiler-rt, lld.   Everything passed as expected.


https://reviews.llvm.org/D54048





More information about the cfe-commits mailing list