[PATCH] D27207: Adds hasUnqualifiedDesugaredType to allow matching through type sugar.

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 29 22:48:17 PST 2016


klimek added a comment.

hasUnqualifiedDesugaredType(hasDeclaration(

How about using hasUnqualifiedDesugaredType(recordType(hasDeclaration instead?


https://reviews.llvm.org/D27207





More information about the cfe-commits mailing list