[PATCH] D74305: [clangd] Expose completion range in code completion results (C++ API)
UTKARSH SAXENA via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 11 04:58:11 PST 2020
usaxena95 accepted this revision.
usaxena95 added a comment.
This revision is now accepted and ready to land.
Thanks. LG.
================
Comment at: clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp:2680
+TEST(CompletionTest, CompletionRange) {
+ const char* WithRange = "auto x = [[abc]]^";
+ auto Completions = completions(WithRange);
----------------
Please fix the lint errors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74305/new/
https://reviews.llvm.org/D74305
More information about the cfe-commits
mailing list