This revision was automatically updated to reflect the committed changes.
Closed by commit rG9ab9caf214f4: [clang] Visit enum base specifiers in libIndex
(authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111260/new/
https://revie
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
LG. As you pointed out offline it's slightly out-of-order compared to he body
but I don't think this matters, and it'd cost a fair bit of complexity to fix.
Repository:
rG LLVM Github
kadircet updated this revision to Diff 377654.
kadircet added a comment.
- Improve tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111260/new/
https://reviews.llvm.org/D111260
Files:
clang-tools-extra/clangd/unittests/XRefsTests.cpp
clang/
kadircet created this revision.
kadircet added a reviewer: sammccall.
Herald added subscribers: usaxena95, arphaman.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, ilya-biryukov.
Herald added projects: clang, clang-tools-extra.
Fixes https://github.com/clangd/cl