This is an archive of the discontinued LLVM Phabricator instance.

[Parser] Parse string literal arguments of 'availability', 'external_source_symbol' and 'uuid' attributes as unevaluated
ClosedPublic

Authored by barannikov88 on Aug 28 2023, 3:14 PM.

Details

Summary

This is a complementary to D156237.
These attributes have custom parsing logic.

Diff Detail

Event Timeline

barannikov88 created this revision.Aug 28 2023, 3:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2023, 3:14 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
barannikov88 requested review of this revision.Aug 28 2023, 3:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2023, 3:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Thanks a lot for working on this.
LGTM, except for the failing test

Update the failing test

cor3ntin accepted this revision.Aug 30 2023, 12:23 AM

LGTM. Thanks again for working on this!

This revision is now accepted and ready to land.Aug 30 2023, 12:23 AM