This is an archive of the discontinued LLVM Phabricator instance.

[Clang] make_cxx_dr_status download the issue list automatically
ClosedPublic

Authored by cor3ntin on Dec 2 2022, 10:36 AM.

Diff Detail

Event Timeline

cor3ntin created this revision.Dec 2 2022, 10:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 10:36 AM
cor3ntin requested review of this revision.Dec 2 2022, 10:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 10:36 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Dec 2 2022, 11:27 AM

LGTM, though my python skills are weak, so if someone else wants to give this a look that'd be great.

This revision is now accepted and ready to land.Dec 2 2022, 11:27 AM

I've had a small nit/suggestion post-merge of https://reviews.llvm.org/D138901; in case you feel it's worth picking up if you're touching that file already.

cor3ntin updated this revision to Diff 479919.Dec 4 2022, 6:37 AM

Apply changes suggested in D138901

I've had a small nit/suggestion post-merge of https://reviews.llvm.org/D138901; in case you feel it's worth picking up if you're touching that file already.

Nice simplification, thanks!