Skip to content
  1. Apr 19, 2013
  2. Apr 17, 2013
  3. Apr 16, 2013
  4. Apr 15, 2013
  5. Apr 14, 2013
  6. Apr 10, 2013
    • Richard Smith's avatar
      Add support for computing the exception specification for an inheriting · b7151b91
      Richard Smith authored
      constructor. This isn't quite perfect (as usual, we don't handle default
      arguments correctly yet, and we don't deal with copy/move constructors for
      arguments correctly either, but this will be fixed when we implement core issue
      1351.
      
      This completes our support for inheriting constructors.
      
      llvm-svn: 179154
      b7151b91
  7. Apr 08, 2013
  8. Mar 18, 2013
  9. Mar 12, 2013
  10. Mar 10, 2013
  11. Mar 05, 2013
  12. Mar 02, 2013
  13. Mar 01, 2013
    • Anna Zaks's avatar
      [analyzer] Reword FAQ · 4a8a015f
      Anna Zaks authored
      Reword the FAQ to stress more that the assert should be used only in case
      the developer is sure that the issue is a false positive.
      
      llvm-svn: 176335
      4a8a015f
  14. Feb 28, 2013
  15. Feb 27, 2013
  16. 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
  17. Feb 13, 2013
  18. Feb 12, 2013
  19. Feb 08, 2013
  20. Feb 02, 2013
  21. Feb 01, 2013
  22. 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
  23. Jan 08, 2013
  24. Jan 05, 2013
  25. Nov 28, 2012
  26. Nov 16, 2012
  27. Nov 15, 2012
  28. Nov 07, 2012
Loading