[libcxx-commits] [PATCH] D118838: [libc++] Add UNSUPPORTED for clang-15

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 12:28:41 PST 2022


philnik accepted this revision as: philnik.
philnik added inline comments.


================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp:9
 
 // Triggers a Clang assertion: https://bugs.llvm.org/show_bug.cgi?id=45879
+// UNSUPPORTED: clang-13, clang-14, clang-15
----------------
Pre-existing: Please update the URL to `llvm.org/PR45879`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118838/new/

https://reviews.llvm.org/D118838



More information about the libcxx-commits mailing list