Commits

Jordan Rose committed 3958f0b0f9e
[unittests] Fix OptionSet->intptr_t test for older Clang versions. clang-600 doesn't consider explicit conversion operators as satisfying std::is_constructible, even though actually writing the construction does work. Just don't run that part of the test if that's how std::is_constructible behaves. Swift SVN r24603