This is an archive of the discontinued LLVM Phabricator instance.

[libc++] WIP fix to_chars with -fms-extensions.
AbandonedPublic

Authored by Mordante on Dec 21 2021, 10:11 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

The current code is just a test to see what breaks. The expectation was
that the current clang-cl build would already fail. Test whether adding
the explicit flag makes if fail there.

Fixes llvm.org/PR52709

Diff Detail

Event Timeline

Mordante created this revision.Dec 21 2021, 10:11 AM
Mordante requested review of this revision.Dec 21 2021, 10:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2021, 10:11 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante updated this revision to Diff 395895.Dec 22 2021, 10:01 AM

Test building with -fms-extensions.

Mordante abandoned this revision.Sep 10 2023, 9:05 AM

At the moment I'm no longer interested to pursue this. Since the patch is tiny it makes more sense to create a new GitHub PR if needed.

Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2023, 9:05 AM