[all-commits] [llvm/llvm-project] 11fb68: [libc++] Unbreak test suite (CWG1423)
David Zarzycki via All-commits
all-commits at lists.llvm.org
Tue Feb 11 12:00:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 11fb68abab9594fd9e9b07a5facf5f5dbf4a4050
https://github.com/llvm/llvm-project/commit/11fb68abab9594fd9e9b07a5facf5f5dbf4a4050
Author: David Zarzycki <dave at znu.io>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M libcxx/test/std/language.support/support.types/nullptr_t.pass.cpp
Log Message:
-----------
[libc++] Unbreak test suite (CWG1423)
clang 9ce6dc9872be4081fb98f6161c28581e1cbbe7dc drops support for
implicit conversion of nullptr_t to bool. From that commit:
The C++ rules briefly allowed this, but the rule changed nearly 10
years ago and we never updated our implementation to match. However,
we've warned on this by default for a long time, and no other compiler
accepts (even as an extension).
More information about the All-commits
mailing list