This is an archive of the discontinued LLVM Phabricator instance.

[pseudo] Handle the language predefined identifier __func__
ClosedPublic

Authored by hokein on Jun 3 2022, 12:52 PM.

Details

Summary

The clang lexer lexes it as a dedicated token kind (rather than
identifier), we extend the grammar to handle it.

Diff Detail

Event Timeline

hokein created this revision.Jun 3 2022, 12:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 12:52 PM
hokein requested review of this revision.Jun 3 2022, 12:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 12:52 PM
sammccall accepted this revision.Jun 3 2022, 1:30 PM
This revision is now accepted and ready to land.Jun 3 2022, 1:30 PM
This revision was landed with ongoing or failed builds.Jun 7 2022, 1:34 AM
This revision was automatically updated to reflect the committed changes.