This relies on a fix that was recently checked into clang.
My plan is to land this in a week or so, once the bots that are running LLVM trunk have been updated.
Differential D61869
Fix PR41843 - std::is_base_of should give correct result for incomplete unions mclow.lists on May 13 2019, 12:49 PM. Authored by
Details
Diff Detail Event TimelineComment Actions an alternate approach would be to add an entirely new test, and XFAIL it for the compilers in question. Comment Actions I have a slight preference for an XFAILed test, but you can do whatever. Thanks for adding a test. Comment Actions I will do that; but I won't put it up here for review; I'll just commit it. Comment Actions This has been committed; it broke the bots using "apple-clang-9.1", which I didn't even know existed. |