| commit | c6f58fe266948394b952ae6336412eb20443d6dd | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon Jan 12 22:49:06 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon Jan 12 22:49:06 2009 +0000 |
| tree | 67bfdb99392885ac057dada9f6fc430eb7a1c633 | |
| parent | dd0efa8aad3373ba74d18ad7aac1bb9671bd4b60 [diff] |
Implement support for anonymous structs and unions in C. Both C and C++ handle anonymous structs/unions in the same way. Addresses several bugs: <rdar://problem/6259534> <rdar://problem/6481130> <rdar://problem/6483159> The test case in PR clang/1750 now passes with -fsyntax-only, but CodeGen for inline assembler still fails. llvm-svn: 62112