Skip to content
Snippets Groups Projects
  1. Apr 19, 2013
  2. Apr 10, 2013
  3. Mar 18, 2013
  4. Mar 12, 2013
  5. Mar 10, 2013
  6. Feb 22, 2013
    • Richard Smith's avatar
      C++11 status page: · 1441632b
      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.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175882 91177308-0d34-0410-b5e6-96231b3b80d8
      1441632b
  7. Jan 29, 2013
  8. Oct 23, 2012
    • Richard Smith's avatar
      Ugly ugly hack for libstdc++-4.6 and libstdc++-4.7 compatibility. These · b5b37d19
      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!
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166455 91177308-0d34-0410-b5e6-96231b3b80d8
      b5b37d19
  9. Oct 05, 2012
  10. May 23, 2012
  11. Apr 20, 2012
  12. Apr 17, 2012
  13. Apr 13, 2012
  14. Apr 10, 2012
  15. Mar 26, 2012
  16. Mar 24, 2012
  17. Mar 15, 2012
  18. Mar 11, 2012
  19. Mar 09, 2012
  20. Mar 04, 2012
  21. Feb 25, 2012
  22. Feb 24, 2012
  23. Feb 23, 2012
  24. Feb 14, 2012
  25. Jan 12, 2012
  26. Nov 05, 2011
  27. Nov 02, 2011
  28. Oct 28, 2011
  29. Oct 15, 2011
Loading