commit | e053893259d86591159af586f897d202aab58780 | [log] [tgz] |
---|---|---|
author | Sam McCall <sam.mccall@gmail.com> | Thu Aug 31 20:14:35 2023 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 04 06:10:18 2023 -0700 |
tree | 675acc151fab008de3810178ac8d64730772077a | |
parent | 31d00fb3ed3bfe177bef59160d1731bb86c31f01 [diff] |
[clangd] Support ConceptReference in generic AST wrangling code 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. Differential Revision: https://reviews.llvm.org/D159299 GitOrigin-RevId: a8c9b9f1402ccf93955a26d5933cd8c3150c3845