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

Stephan T. Lavavej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 11:06:13 PDT 2017


STL_MSFT 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
----------------
Do you need to go update the tests that were using this?


https://reviews.llvm.org/D33290





More information about the cfe-commits mailing list