This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Don't silence MSVC STL deprecation warnings when testing _LIBCPP_ENABLE_DEPRECATION_WARNINGS
AbandonedPublic

Authored by BillyONeal on Oct 19 2018, 6:56 PM.

Details

Diff Detail

Event Timeline

BillyONeal created this revision.Oct 19 2018, 6:56 PM
BillyONeal abandoned this revision.Oct 19 2018, 7:49 PM

Actually this doesn't work -- because we /FI this thing, this file is included before the test gets to say _LIBCPP_ENABLE_DEPRECATION_WARNINGS.