This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Support ConceptReference in generic AST wrangling code
ClosedPublic

Authored by sammccall on Aug 31 2023, 11:25 AM.

Details

Summary

Now we can store it in DynTypedNode, we can target these nodes
(SelectionTree) and resolve them (FindTarget).
This makes Hover, go-to-def etc work in all(?) cases.

Also support it in DumpAST.

Diff Detail

Event Timeline

sammccall created this revision.Aug 31 2023, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 11:25 AM
sammccall requested review of this revision.Aug 31 2023, 11:25 AM
massberg accepted this revision.Sep 4 2023, 1:40 AM
This revision is now accepted and ready to land.Sep 4 2023, 1:40 AM
This revision was landed with ongoing or failed builds.Sep 4 2023, 6:27 AM
This revision was automatically updated to reflect the committed changes.