Skip to content
Snippets Groups Projects
  1. Sep 03, 2014
  2. Sep 02, 2014
  3. Jul 23, 2014
  4. Jul 14, 2014
  5. Jul 02, 2014
  6. Jun 19, 2014
  7. Jun 18, 2014
  8. Jun 04, 2014
  9. May 28, 2014
  10. May 24, 2014
  11. May 09, 2014
  12. Apr 12, 2014
  13. Mar 29, 2014
  14. Feb 21, 2014
  15. Feb 20, 2014
  16. Feb 19, 2014
  17. Feb 18, 2014
  18. Jan 28, 2014
  19. Jan 24, 2014
  20. Jan 20, 2014
    • Alp Toker's avatar
      MSVC 2013 type trait support · 213c6aa5
      Alp Toker authored
      Implement type trait primitives used in the latest edition of the Microsoft
      standard C++ library type_traits header.
      
      With this change we can parse much of the Visual Studio 2013 standard headers,
      particularly anything that includes <type_traits>.
      
      Fully implemented, available in all language modes:
      
       * __is_constructible()
       * __is_nothrow_constructible()
       * __is_nothrow_assignable()
      
      Partially implemented, semantic analysis WIP, available as MS extensions:
      
       * __is_destructible()
       * __is_nothrow_destructible()
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199619 91177308-0d34-0410-b5e6-96231b3b80d8
      213c6aa5
  21. Jan 18, 2014
  22. Jan 15, 2014
  23. Jan 11, 2014
  24. Jan 10, 2014
  25. Dec 03, 2013
Loading