1. 7604f64 Ignore const/volatile/restrict qualifiers on anonymous structs and by Douglas Gregor · 14 years ago
  2. 2b64239 Fix bogus compiler errors when declaring anonymous union, outside a class, with by Argyrios Kyrtzidis · 14 years ago
  3. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  4. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  5. 588a4ad Patch fixes a lookup bug in c++'s anonymous union member by Fariborz Jahanian · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  8. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 16 years ago
  9. 72de667 Unify the code for defining tags in C and C++, so that we always by Douglas Gregor · 16 years ago
  10. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  11. bdae88f Test case for anonymous unions in C++ by Douglas Gregor · 16 years ago