[PATCH] D69961: [clangd] Fix a regression of not showing documentation from forward declarations.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 02:01:11 PST 2019
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang-tools-extra/clangd/unittests/IndexTests.cpp:416
R.Documentation = "Forward declarations because x.h is too big to include";
+ EXPECT_EQ( mergeSymbol(L, R).Documentation, "");
----------------
NIT: could you also test struct and union?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69961/new/
https://reviews.llvm.org/D69961
More information about the cfe-commits
mailing list