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