This is an archive of the discontinued LLVM Phabricator instance.

Interoperability improvements with stdlib CPP types
Needs ReviewPublic

Authored by rickmark on Mar 15 2023, 3:21 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Improves the API surface of LLVM to interoperate with C++17 and C++20
standard library types.

Diff Detail

Event Timeline

rickmark created this revision.Mar 15 2023, 3:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 3:21 PM
rickmark requested review of this revision.Mar 15 2023, 3:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 3:21 PM
rickmark updated this revision to Diff 505905.Mar 16 2023, 12:58 PM

Use standards based detection for span

rickmark updated this revision to Diff 505963.Mar 16 2023, 6:15 PM

Fixes for clang format