[libcxx-commits] [PATCH] D143033: [libc++] Make some tests in `math_nodiscard_extensions` Clang-only.

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 3 05:18:24 PST 2023


philnik added a comment.

Why didn't you just mark the whole test as `// REQUIRES: clang`? It's not like we gain anything from "enabling" the test for other compilers. It just makes it a lot harder to verify that all overloads are checked.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143033



More information about the libcxx-commits mailing list