This is an archive of the discontinued LLVM Phabricator instance.

[Parser] Fix attr infloop on "int x [[c"
ClosedPublic

Authored by sammccall on Aug 7 2021, 4:28 AM.

Diff Detail

Event Timeline

sammccall created this revision.Aug 7 2021, 4:28 AM
sammccall requested review of this revision.Aug 7 2021, 4:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2021, 4:28 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Aug 9 2021, 6:45 AM

LGTM, thank you for the fix!

This revision is now accepted and ready to land.Aug 9 2021, 6:45 AM
This revision was automatically updated to reflect the committed changes.