| commit | 04163186a7a1bcc6fcb5d1d96714f677cc7466d5 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri May 21 00:31:19 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri May 21 00:31:19 2010 +0000 |
| tree | bc344f036eb6a8e7616c05dcdd8633e6f4930ebf | |
| parent | 95dff818e7d787e8267f076b419ba1d0a09fd3fc [diff] |
When instantiating anonymous structs/unions within a function, make sure that the anonymous struct/union record declaration gets instantiated before the variable declaration, and that it and its fields (recursively) get entries in the local instantiation map. Fixes PR7088. llvm-svn: 104305