[PATCH] D141954: Forbid implicit conversion of constraint expression to bool
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 18 09:32:19 PST 2023
erichkeane added a comment.
In D141954#4062669 <https://reviews.llvm.org/D141954#4062669>, @Mordante wrote:
> I just tested locally with the latest nightly build
>
> Debian clang version 16.0.0 (++20230116071901+2563ad8ef1a8-1~exp1~20230116072002.532)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> InstalledDir: /usr/bin
>
> and that passes the test that fails in the CI.
>
> Can you test whether the issue occurs for you in HEAD without your patch.
>
> @ldionne would it make sense to test the Clang CI in the scheduled build too, that would make pin-pointing a possible regression easier.
I don't have the libcxx build/tests set up in my environment anymore (and it was a bit of a hassle the last time, which was my motivation for asking @ldionne for pre-commit on clang patches :D ), so I don't really have the ability to run that test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141954/new/
https://reviews.llvm.org/D141954
More information about the cfe-commits
mailing list