1. 859c65c Fix an assertion failure with a C++ constructor initializing a by Eli Friedman · 12 years ago
  2. 4dc41c9 Rewrite default initialization of anonymous structs/unions within a by Douglas Gregor · 13 years ago
  3. e7003b7 Eliminate an incomplete/incorrect attempt to provide support for C++0x by Douglas Gregor · 13 years ago
  4. 04af8aa relax this test a bit to hopefully work with VC++ by Chris Lattner · 13 years ago
  5. 57eb23f keep track of whether being in a RS_StructPointer state by Chris Lattner · 13 years ago
  6. f0a8679 Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely by Chris Lattner · 13 years ago
  7. 4955e57 Formatting. by John McCall · 13 years ago
  8. bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 13 years ago
  9. 0413db4 Amazing that there are still issues with the fields of anonymous struct/unions.. by Argyrios Kyrtzidis · 14 years ago
  10. d4d3ce6 Fix test that didn't actually test what it wanted to test. by Argyrios Kyrtzidis · 14 years ago
  11. 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
  12. 881b36c Fix initialization for members of anonymous struct in a union. by Argyrios Kyrtzidis · 14 years ago
  13. a9976d3 When emitting an lvalue for an anonymous struct or union member during by John McCall · 14 years ago
  14. f1860e5 Be sure to apply initializers to members of anonymous structs and unions by John McCall · 14 years ago
  15. fe60f84 When a class contains a non-empty anonymous union or struct, mark is by Douglas Gregor · 14 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. c186b8f Fix an assertion when initializing a union using a member initializer. (We weren't casting from the union type to the initializer type correctly). by Anders Carlsson · 15 years ago