| commit | f086fa8443bf3676cd31e2bcd6a97691edb01007 | [log] [tgz] |
|---|---|---|
| author | Gabor Marton <martongabesz@gmail.com> | Tue Jul 17 12:06:36 2018 +0000 |
| committer | Gabor Marton <martongabesz@gmail.com> | Tue Jul 17 12:06:36 2018 +0000 |
| tree | 5646895fa202fde1ed67465cd1b2726f6561cd11 | |
| parent | da4302ce0d4652f36b966d4dfabb1556c53bf5ce [diff] |
[ASTImporter] Fix import of unnamed structs Summary: D48773 simplified ASTImporter nicely, but it introduced a new error: Unnamed structs are not imported correctly, if they appear in a recursive context. This patch provides a fix for structural equivalency. Reviewers: a.sidorin, a_sidorin, balazske, gerazo Subscribers: rnkovacs, dkrupp, cfe-commits Differential Revision: https://reviews.llvm.org/D49296 llvm-svn: 337267