This revision was automatically updated to reflect the committed changes.
Closed by commit rL302707: [test] support machinery changes for EDG & C1XX /Za
(authored by CaseyCarter).
Changed prior to commit:
https://reviews.llvm.org/D32778?vs=97530&id=98503#toc
Repository:
rL LLVM
https://revi
CaseyCarter added inline comments.
Comment at: test/support/archetypes.hpp:20
protected:
+#endif // !TEST_WORKAROUND_C1XX_BROKEN_ZA_CTOR_CHECK
NullBase() = default;
STL_MSFT wrote:
> I think that this comment doesn't match the ifndef check, but it's a style
STL_MSFT accepted this revision.
STL_MSFT added inline comments.
This revision is now accepted and ready to land.
Comment at: test/support/archetypes.hpp:20
protected:
+#endif // !TEST_WORKAROUND_C1XX_BROKEN_ZA_CTOR_CHECK
NullBase() = default;
I think that th
CaseyCarter created this revision.
Test support machinery changes needed to parse with EDG and compile with C1XX's
/Za flag that disables MS extensions.
I try to make changes to `` and the `optional`/`variant` tests
simultaneously in the MS STL and in libc++, which realistically requires that I