[all-commits] [llvm/llvm-project] 9cc212: [Clang][libc++] Implement __is_nothrow_convertible...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri Feb 2 10:16:11 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cc2122bf5a81f7063c2a32b2cb78c8d615578a1
      https://github.com/llvm/llvm-project/commit/9cc2122bf5a81f7063c2a32b2cb78c8d615578a1
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/include/clang/Basic/TokenKinds.def
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/test/SemaCXX/type-traits.cpp
    M libcxx/include/__type_traits/is_nothrow_convertible.h

  Log Message:
  -----------
  [Clang][libc++] Implement __is_nothrow_convertible and use it in libc++ (#80436)

GCC 13 has implemented this builtin.




More information about the All-commits mailing list