This is an archive of the discontinued LLVM Phabricator instance.

[clang] - Add missing builtin name to AtomicExpr JSON dump
ClosedPublic

Authored by serge-sans-paille on Aug 22 2023, 2:35 PM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 2:35 PM
serge-sans-paille requested review of this revision.Aug 22 2023, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 2:35 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

The changes LGTM as far as they go, but should we also update the TextNodeDumper at the same time?

I don't have a strong opinion on the synchronization with TextNodeDumper. I'm pretty sure I didn't update it while adding fields for the Attribute nodes though...

aaron.ballman accepted this revision.Aug 24 2023, 4:57 AM

I don't have a strong opinion on the synchronization with TextNodeDumper. I'm pretty sure I didn't update it while adding fields for the Attribute nodes though...

We usually try to keep them marginally in sync with one another (they're both intended debugging aids, so if you need the info in one form, it's plausible you'd need it in the other as well), but there's no hard requirement given that they're debugging aids.

This revision is now accepted and ready to land.Aug 24 2023, 4:57 AM
This revision was landed with ongoing or failed builds.Aug 24 2023, 8:10 AM
This revision was automatically updated to reflect the committed changes.
dyung added a subscriber: dyung.Aug 24 2023, 9:36 AM

Hi @serge-sans-paille, the test you added seems to be failing on some bots. Can you take a look and revert if you need time to investigate?

efocht added a subscriber: efocht.Aug 25 2023, 12:16 AM

Can somebody please revert this patch? It kills all builds on https://lab.llvm.org/buildbot/#/builders/91 since yesterday. @serge-sans-paille ?

Can somebody please revert this patch? It kills all builds on https://lab.llvm.org/buildbot/#/builders/91 since yesterday. @serge-sans-paille ?

This got reverted by https://reviews.llvm.org/rGbfbea459af391266cf6a4611f0da4952930d7834 and I just pushed a fix