This is part of https://github.com/clangd/clangd/issues/180.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Build result: pass - 59972 tests passed, 0 failed and 763 were skipped.
Log files: console-log.txt, CMakeCache.txt
LGTM, thanks!
clang-tools-extra/clangd/unittests/XRefsTests.cpp | ||
---|---|---|
984 | could you also add a case checking references to enumconstdecl? Color x = GRE^EN; |
clang-tools-extra/clangd/unittests/XRefsTests.cpp | ||
---|---|---|
984 | Done, this is consistent with the other tests. I would like to go in the other direction actually, as this is really testing lots of cases of targetDecl. I think we should verify the types of references there, and simplify these cases. But that should probably be done across the board rather than piecemeal. |
could you also add a case checking references to enumconstdecl?
i.e.