llvm-project
147bce78 - [clangd] textDocument/documentLink to support include statements with macro argument (#137550)

Commit
184 days ago
[clangd] textDocument/documentLink to support include statements with macro argument (#137550) See issue https://github.com/clangd/clangd/issues/2375 The clangd textDocument/documentLink request does not support include statements with macro argument and fails by returning an invalid range. This PR adds support for macro argument by detecting what form of include statement is currently being processed and returning a range accordingly First time contributing to LLVM, so if you have advice, questions or if I messed up procedure please tell me ! --------- Co-authored-by: Adrien Garbani <garbani.adrien@frayien.fr>
Author
Parents
Loading