Skip to content
Snippets Groups Projects
  1. Apr 12, 2014
  2. Mar 29, 2014
  3. Feb 21, 2014
  4. Feb 20, 2014
  5. Feb 19, 2014
  6. Feb 18, 2014
  7. Jan 28, 2014
  8. Jan 24, 2014
  9. 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
  10. Jan 18, 2014
  11. Jan 15, 2014
  12. Jan 11, 2014
  13. Jan 10, 2014
  14. Dec 03, 2013
  15. Oct 24, 2013
  16. Oct 21, 2013
  17. Oct 17, 2013
  18. Oct 15, 2013
  19. Oct 01, 2013
Loading