[libcxx-commits] [PATCH] D151244: [libc++][NFC] Remove regex matchers for static_assert in .verify tests

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 00:30:27 PDT 2023


H-G-Hristov added a comment.

I don't know if Xcode 14.3 (Apple Clang 14.0.3 base on LLVM15) is a supported compiler but it still outputs `static_assert` and `quotes` in the static assert messages unlike the compiler on the CI, which outputs `static assertion` and no quotes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151244



More information about the libcxx-commits mailing list