[PATCH] D124688: [clangd] parse all make_unique-like functions in preamble
Tobias Ribizel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 8 01:07:19 PDT 2022
upsj updated this revision to Diff 427910.
upsj marked 13 inline comments as done.
upsj added a comment.
review updates:
- Pass ParseForwardingFunctions via ParseOptions
- Simplify check for forwarding function
- Add test checking diagnostics for make_shared
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124688/new/
https://reviews.llvm.org/D124688
Files:
clang-tools-extra/clangd/ClangdServer.cpp
clang-tools-extra/clangd/ClangdServer.h
clang-tools-extra/clangd/Compiler.h
clang-tools-extra/clangd/Preamble.cpp
clang-tools-extra/clangd/tool/Check.cpp
clang-tools-extra/clangd/tool/ClangdMain.cpp
clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
clang-tools-extra/clangd/unittests/TestTU.cpp
clang-tools-extra/clangd/unittests/TestTU.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124688.427910.patch
Type: text/x-patch
Size: 11926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220508/bd886410/attachment.bin>
More information about the cfe-commits
mailing list