[PATCH] D39886: [ASTImporter] Fix wrong conflict detections for unnamed structures

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 19 08:48:14 PST 2017


a.sidorin accepted this revision.
a.sidorin added a comment.
This revision is now accepted and ready to land.

Hello Takafumi,

I think you are correct. So, these are not unnamed structures that need conflict resolution but declarations that instantiate the type. Therefore, we can omit both lookup and conflict resolution part for unnamed structures.

Thank you! I'm accepting the patch but I'd like to hear the opinion of other reviewer if any.


https://reviews.llvm.org/D39886





More information about the cfe-commits mailing list