1. 8887bdc Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert as seen in PR6628 but for arrays this time. by Anders Carlsson · 15 years ago
  2. 46bbf8d Handle default arguments when calling copy constructors for bases or members when synthesizing a copy constructor. Fixes PR6628. by Anders Carlsson · 15 years ago
  3. d09020d Change a test to FileCheck bitcode instead of assembler. by Anders Carlsson · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. e9cbf15 Handle references correctly when synthesizing copy constructors. by Anders Carlsson · 15 years ago
  6. 6d10ac9 Implement a few more cases for copy constructor synthesis. by Eli Friedman · 15 years ago
  7. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  8. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  9. d99edc4 Mangle record types as decls. by Anders Carlsson · 15 years ago
  10. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  11. eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
  12. e649412 ir-gen support for anonymous union data member by Fariborz Jahanian · 15 years ago
  13. f05fe65 ir-gen for generating copying of scalar data members in by Fariborz Jahanian · 15 years ago
  14. 370c884 Fixed a ir-gen bug in synthesizing copy constructors. by Fariborz Jahanian · 15 years ago
  15. 942f4f3 ir-gen for initialization, in synthesize copy constructor, by Fariborz Jahanian · 15 years ago