Last part of re-landing rC356541. Puts TemplateArgumentsList into
responses of the above mentioned two requests.
Details
Details
- Reviewers
ioeric ilya-biryukov - Commits
- rG4f789e1b3932: [clangd] Show template argument list in workspacesymbols and documentsymbols…
rCTE358274: [clangd] Show template argument list in workspacesymbols and documentsymbols…
rL358274: [clangd] Show template argument list in workspacesymbols and documentsymbols…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG, just have a simple clarifying question.
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
112 ↗ | (On Diff #191680) | Where did this FIXME go? Is this now fixed? |
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
112 ↗ | (On Diff #191680) | Yes, since printTemplateArgsAsWritten prints the args as written in the code(see changes in file clang-tools-extra/unittests/clangd/FindSymbolsTests.cpp, especially the tests with a FIXME). Of course it still has the caveat of frienddecls, but I think the fixme inside printTemplateArgsAswritten is the one covering that case, not this one. |
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
112 ↗ | (On Diff #191680) | LG. Just wanted to make sure it's not lost. Thanks! |