This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Avoid using CompletionItemKind.Text for macro completions
ClosedPublic

Authored by nridge on Feb 23 2023, 11:56 PM.

Diff Detail

Event Timeline

nridge created this revision.Feb 23 2023, 11:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 11:56 PM
Herald added a subscriber: arphaman. · View Herald Transcript
nridge requested review of this revision.Feb 23 2023, 11:56 PM
nridge updated this revision to Diff 500087.Feb 24 2023, 12:02 AM

use Constant rather than Variable for object-like macros

hokein accepted this revision.Feb 24 2023, 1:29 AM

Thanks, this looks an improvement to me!

This revision is now accepted and ready to land.Feb 24 2023, 1:29 AM