This is an archive of the discontinued LLVM Phabricator instance.

mdspan/extents: Update transitive include files
AbandonedPublic

Authored by crtrott on Apr 15 2023, 8:19 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

mdspan/extents: fix issues reported by CI

fixes transitive includes and ABI hiding of interface.

Diff Detail

Event Timeline

crtrott created this revision.Apr 15 2023, 8:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 8:19 PM
crtrott requested review of this revision.Apr 15 2023, 8:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2023, 8:19 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
crtrott abandoned this revision.Apr 15 2023, 8:21 PM

Sorry this was unintentional

crtrott reclaimed this revision.Apr 15 2023, 8:22 PM

Hm trying to learn how to close this ...

crtrott abandoned this revision.Apr 15 2023, 8:24 PM

Hm how do I close this thing?

Hm how do I close this thing?

Abandoning is correct when you don't plan to land this.

crtrott reclaimed this revision.Apr 17 2023, 12:01 PM

I gonna try see if this does what I want with the previous revision 148067 (i.e. its included in that). And check that tests actually pass.

crtrott updated this revision to Diff 514450.Apr 17 2023, 4:24 PM

mdspan/extents: address clang_tidy errors reported in CI

crtrott updated this revision to Diff 514455.Apr 17 2023, 4:44 PM
crtrott edited the summary of this revision. (Show Details)

mdspan/extents: fix issues reported by CI

fixes transitive includes and ABI hiding of interface.

crtrott updated this revision to Diff 514483.Apr 17 2023, 5:36 PM

Fix another ABI hiding issue reported by CI

crtrott abandoned this revision.Apr 18 2023, 7:15 AM

Included in D148067 now.