[PATCH] D116352: [CodeCompletion] Signature help for template argument lists
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 28 19:24:50 PST 2021
sammccall updated this revision to Diff 396455.
sammccall added a comment.
Clean up style, remove fixed fixme, add an extra testcase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116352/new/
https://reviews.llvm.org/D116352
Files:
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/test/initialize-params.test
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/CodeCompleteConsumer.h
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Parse/ParseTemplate.cpp
clang/lib/Sema/CodeCompleteConsumer.cpp
clang/lib/Sema/SemaCodeComplete.cpp
clang/test/CodeCompletion/template-signature.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116352.396455.patch
Type: text/x-patch
Size: 22962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211229/8f5d49c3/attachment-0001.bin>
More information about the cfe-commits
mailing list