[PATCH] D33290: [libcxx] [test] Remove workaround for C1XX conversion-to-nullptr bug

Casey Carter via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 12:21:23 PDT 2017


CaseyCarter marked an inline comment as done.
CaseyCarter added inline comments.


================
Comment at: test/support/test_workarounds.h:21
 #if defined(TEST_COMPILER_C1XX)
-# define TEST_WORKAROUND_C1XX_BROKEN_NULLPTR_CONVERSION_OPERATOR
-# define TEST_WORKAROUND_C1XX_BROKEN_IS_TRIVIALLY_COPYABLE
----------------
STL_MSFT wrote:
> Do you need to go update the tests that were using this?
Yes, thanks, `poisoned_hash_helper.hpp` didn't make it into the commit.


https://reviews.llvm.org/D33290





More information about the cfe-commits mailing list