[PATCH] D141954: Forbid implicit conversion of constraint expression to bool
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 18 09:27:00 PST 2023
Mordante added a comment.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141954/new/
https://reviews.llvm.org/D141954
More information about the cfe-commits
mailing list