hokein added a comment.

Thanks! I think we need to bump the index version number (in 
`index/Serialization.cpp`) in order to let the index pick up this change.



================
Comment at: clang-tools-extra/clangd/index/Relation.h:29
 /// For an example "A is a base class of B" may be represented
 /// as { Subject = A, Predicate = BaseOf, Object = B }.
 struct Relation {
----------------
nit: can you add an override example here?


================
Comment at: clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp:879
   } TestCases[] = {
-    {
-      R"cpp(
+      {
+          R"cpp(
----------------
looks like these changes are unexpected?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91610/new/

https://reviews.llvm.org/D91610

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to