Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for Reference Container extension #77

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

tom-anders
Copy link
Contributor

corresponding patch: https://reviews.llvm.org/D137894

relevant issue: clangd/clangd#177

extensions.md Outdated Show resolved Hide resolved
@tom-anders
Copy link
Contributor Author

Thanks! I don't think I have the necessary permissions, so you'd have to merge this for me

@HighCommander4
Copy link
Contributor

I don't have commit access to this repository either, let's ask @kadircet

extensions.md Outdated Show resolved Hide resolved
tom-anders added a commit to tom-anders/neovim that referenced this pull request Jan 2, 2023
I recently added an extension to clangd that extends the `Location`
object with info about the reference's "container" (e.g. enclosing
function or class).

See clangd/clangd#177 and
llvm/clangd-www#77 for details.

With this change, it becomes possible to add this info to the displayed
text in the quickfix list.
tom-anders added a commit to tom-anders/neovim that referenced this pull request Jan 2, 2023
I recently added an extension to clangd that extends the `Location`
object with info about the reference's "container" (e.g. enclosing
function or class).

See clangd/clangd#177 and
llvm/clangd-www#77 for details.

With this change, it becomes possible to add this info to the displayed
text in the quickfix list.
tom-anders added a commit to tom-anders/neovim that referenced this pull request Jan 2, 2023
I recently added an extension to clangd that extends the `Location`
object with info about the reference's "container" (e.g. enclosing
function or class).

See clangd/clangd#177 and
llvm/clangd-www#77 for details.

With this change, it becomes possible to add this info to the displayed
text in the quickfix list.
tom-anders added a commit to tom-anders/neovim that referenced this pull request Jan 2, 2023
I recently added an extension to clangd that extends the `Location`
object with info about the reference's "container" (e.g. enclosing
function or class).

See clangd/clangd#177 and
llvm/clangd-www#77 for details.

With this change, it becomes possible to add this info to the displayed
text in the quickfix list.
extensions.md Outdated Show resolved Hide resolved
Co-authored-by: kadir çetinkaya <kadircetinkaya.06.tr@gmail.com>
@kadircet
Copy link
Member

kadircet commented Jan 9, 2023

thanks!

@kadircet kadircet merged commit d719e24 into llvm:main Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants