Skip to content
  1. Nov 09, 2009
    • Eli Friedman's avatar
      Unify the codepaths used to verify base and member initializers for explicitly · d7686ef3
      Eli Friedman authored
      and implicitly defined constructors.  This has a number of benefits:
      
      1. Less code.
      
      2. Explicit and implicit constructors get the same diagnostics.
      
      3. The AST explicitly contains constructor calls from implicit default
      constructors.  This allows handing some cases that previously weren't handled
      correctly in IRGen without any additional code. Specifically, implicit default
      constructors containing calls to constructors with default arguments are now
      handled correctly.
      
      llvm-svn: 86500
      d7686ef3
  2. Nov 06, 2009
  3. Nov 05, 2009
  4. Nov 04, 2009
  5. Nov 03, 2009
  6. Oct 28, 2009
  7. Oct 21, 2009
  8. Oct 16, 2009
  9. Oct 13, 2009
  10. Oct 12, 2009
  11. Oct 11, 2009
  12. Oct 10, 2009
  13. Oct 09, 2009
  14. Oct 07, 2009
  15. Oct 06, 2009
  16. Oct 03, 2009
  17. Sep 29, 2009
  18. Sep 27, 2009
Loading