kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: clang-tools-extra/clangd/unittests/XRefsTests.cpp:984
        }},
+      {R"cpp(enum Color { RED, [[GR^EEN]], };)cpp",
+       [](HoverInfo &HI) {
----------------
could you also add a case checking references to enumconstdecl?
i.e.
```
Color x = GRE^EN;
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70209



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

Reply via email to