[PATCH] D129048: Rewording the "static_assert" to static assertion
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 14 14:07:26 PDT 2022
ldionne added a comment.
Most of the libc++ CI testing happens on BuildKite, and we only trigger the libc++ buildkite pipeline if files in `libcxx/` (and a few others) have changed. This wasn't the case here. If you want to re-land without breaking libc++, you'd have to go through libc++'s `.verify.cpp` tests and change the regex that we look for.
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