[PATCH] D129048: Rewording the "static_assert" to static assertion

Nikolas Klauser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 21 06:37:06 PDT 2022


philnik added a comment.

In D129048#3668542 <https://reviews.llvm.org/D129048#3668542>, @erichkeane wrote:

> Tests ran clean for me as well.  Looking at the CI, it appears that the libcxx tests are improperly configured, and are being run against an 'older' version of the compiler (not including this patch).

The libc++ CI isn't misconfigured. libc++ supports older clang versions. Please revert this and fix the tests. You should be able to use a regex.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129048



More information about the cfe-commits mailing list