Skip to content
  1. Nov 02, 2011
  2. Oct 28, 2011
  3. Oct 15, 2011
  4. Oct 14, 2011
  5. Oct 10, 2011
  6. Sep 27, 2011
    • Douglas Gregor's avatar
      Document the incompatibility that stems from Clang properly implement · 244f7463
      Douglas Gregor authored
      the rule that defines the implicit copy constructor/implicit copy
      asssignment operator as deleted when a move constructor or move
      assignment operator has been explicitly declared. This has hit a
      number of people because Boost 1.47.0's shared_ptr fails to declare a
      copy constructor.
      
      llvm-svn: 140621
      244f7463
  7. Aug 11, 2011
  8. Aug 06, 2011
  9. Aug 03, 2011
  10. Jul 27, 2011
  11. Jul 25, 2011
  12. Jul 24, 2011
  13. Jul 23, 2011
  14. Jul 21, 2011
  15. Jul 20, 2011
  16. Jun 14, 2011
  17. Jun 08, 2011
  18. Jun 06, 2011
  19. Jun 02, 2011
  20. May 28, 2011
  21. May 25, 2011
  22. May 13, 2011
  23. May 06, 2011
  24. May 05, 2011
  25. May 03, 2011
  26. May 01, 2011
    • Alexis Hunt's avatar
      Fully implement delegating constructors! · 61bc1737
      Alexis Hunt authored
      As far as I know, this implementation is complete but might be missing a
      few optimizations. Exceptions and virtual bases are handled correctly.
      
      Because I'm an optimist, the web page has appropriately been updated. If
      I'm wrong, feel free to downgrade its support categories.
      
      llvm-svn: 130642
      61bc1737
  27. Apr 15, 2011
Loading