[PATCH] D111260: [clang] Visit enum base specifiers in libIndex

2021-10-25 Thread Kadir Cetinkaya via Phabricator via cfe-commits
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

[PATCH] D111260: [clang] Visit enum base specifiers in libIndex

2021-10-08 Thread Sam McCall via Phabricator via cfe-commits
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

[PATCH] D111260: [clang] Visit enum base specifiers in libIndex

2021-10-06 Thread Kadir Cetinkaya via Phabricator via cfe-commits
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/

[PATCH] D111260: [clang] Visit enum base specifiers in libIndex

2021-10-06 Thread Kadir Cetinkaya via Phabricator via cfe-commits
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