This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Replace typedef with using declarations in <__atomic/*>
ClosedPublic

Authored by philnik on Feb 17 2023, 4:08 AM.

Details

Diff Detail

Event Timeline

philnik created this revision.Feb 17 2023, 4:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 4:08 AM
philnik requested review of this revision.Feb 17 2023, 4:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 4:08 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Feb 21 2023, 9:28 AM

Thanks! LGTM!

This revision is now accepted and ready to land.Feb 21 2023, 9:28 AM
philnik updated this revision to Diff 499314.Feb 21 2023, 3:38 PM

Try to fix CI

I think this test pushed the 32 bit Arm CI past the timeout for the modules include test. I've got https://reviews.llvm.org/D144632 to maybe fix that.

Mordante reopened this revision.Feb 24 2023, 8:59 AM

I assume this can be relanded after testing with the CI or has it landed again?

This revision is now accepted and ready to land.Feb 24 2023, 8:59 AM
DavidSpickett closed this revision.Feb 24 2023, 9:01 AM

Phabricator is showing a revert in review but I abandoned that. So it was never reverted, the problematic test was parallelised instead.

The revert was never landed. It's quite confusing that phab makes it look like that happened. (Note that it references a PR, not a commit)

Thanks for the information