[PATCH] D91610: [clangd] Add OverriddenBy Relation to index.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 17 07:07:27 PST 2020
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/test/index-serialization/Inputs/sample.cpp:6
+struct Bar : public Foo {
+ void Func() override {}
+};
----------------
could you also add a comment for the reason we have this in the test (i.e. Introduces an `OverridenBy` relation)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91610/new/
https://reviews.llvm.org/D91610
More information about the cfe-commits
mailing list