Skip to content
  1. Mar 12, 2013
  2. Mar 10, 2013
  3. Feb 22, 2013
    • Richard Smith's avatar
      C++11 status page: · 537a834b
      Richard Smith authored
       * Mark attributes as done in SVN.
       * Downgrade alignment support from 'Clang 3.0' to 'SVN', now that we actually implement the rules.
       * Upgrade 'Dynamic initialization with concurrency' from 'No' to 'Clang 2.9' -- all that is required here is the ABI-mandated locking for the initialization of static locals.
      
      llvm-svn: 175882
      537a834b
  4. Jan 29, 2013
    • Richard Smith's avatar
      C++11 status: · bc4fc77a
      Richard Smith authored
       * Mark 'sequence points' as done now we have a warning for unsequenced operations
       * Mark 'memory model' as done now we correctly model bitfield operations
      
      llvm-svn: 173771
      bc4fc77a
  5. Oct 23, 2012
    • Richard Smith's avatar
      Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These · 2ddcbab8
      Richard Smith authored
      libraries have an incorrect definition of std::common_type (inherited from a
      bug in the standard -- see LWG issue 2141), whereby they produce reference
      types when they should not.
      
      If we instantiate a typedef named std::common_type<...>::type, which is defined
      in a system header as decltype(... ? ... : ...), and the decltype produces a
      reference type, convert it to the non-reference type. (This doesn't affect any
      LWG2141-conforming implementation of common_type, such as libc++'s, because the
      default implementation of common_type<...>::type isn't supposed to produce a
      reference type.)
      
      This is horrible. I'm really sorry. :( Better ideas appreciated!
      
      llvm-svn: 166455
      2ddcbab8
  6. Oct 05, 2012
  7. May 23, 2012
  8. Apr 20, 2012
  9. Apr 17, 2012
  10. Apr 13, 2012
  11. Apr 10, 2012
  12. Mar 26, 2012
  13. Mar 24, 2012
  14. Mar 15, 2012
  15. Mar 11, 2012
  16. Mar 09, 2012
  17. Mar 04, 2012
  18. Feb 25, 2012
  19. Feb 24, 2012
  20. Feb 23, 2012
  21. Feb 14, 2012
  22. Jan 12, 2012
  23. Nov 05, 2011
  24. Nov 02, 2011
  25. Oct 28, 2011
  26. Oct 15, 2011
  27. Oct 14, 2011
  28. Oct 10, 2011
  29. Aug 11, 2011
  30. Jul 27, 2011
  31. Jul 25, 2011
  32. Jul 21, 2011
Loading