This is an archive of the discontinued LLVM Phabricator instance.

[Utils] Add highlighting definition for byref IR attribute
ClosedPublic

Authored by atrosinenko on Aug 11 2020, 12:05 PM.

Details

Summary

This patch assumes byref can be handled identically to byval.

The Kate and Vim highlighting definitions were basically checked, the VSCode one is expected to work due to its simplicity.

Diff Detail

Event Timeline

atrosinenko created this revision.Aug 11 2020, 12:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2020, 12:05 PM
atrosinenko requested review of this revision.Aug 11 2020, 12:05 PM
guiand resigned from this revision.Aug 11 2020, 12:36 PM

LGTM, but I don't really maintain this code.

MaskRay accepted this revision.Aug 13 2020, 9:26 PM
This revision is now accepted and ready to land.Aug 13 2020, 9:26 PM