[clang-tools-extra] [clangd] Augment code completion results with documentation from the index. (PR #120099)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 22 14:19:30 PST 2024
================
@@ -1101,6 +1101,42 @@ int x = foo^
Contains(AllOf(named("foo"), doc("This comment should be retained!"))));
}
+TEST(CompletionTest, CommentsOnMembers) {
----------------
HighCommander4 wrote:
nit: call this `CommentsOnMembersFromHeader`
https://github.com/llvm/llvm-project/pull/120099
More information about the cfe-commits
mailing list