[PATCH] D96262: [clang][index] report references from unreslovedLookupExpr.

2021-02-11 Thread Haojian Wu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. hokein marked an inline comment as done. Closed by commit rG6c47eafb3973: [clang][index] report references from unreslovedLookupExpr. (authored by hokein). Repository:

[PATCH] D96262: [clang][index] report references from unreslovedLookupExpr.

2021-02-11 Thread Haojian Wu via Phabricator via cfe-commits
hokein updated this revision to Diff 322927. hokein added a comment. address comment, add more tests. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96262/new/ https://reviews.llvm.org/D96262 Files: clang-tools-extra/clangd/unittests/XRefsTests.c

[PATCH] D96262: [clang][index] report references from unreslovedLookupExpr.

2021-02-09 Thread Utkarsh Saxena via Phabricator via cfe-commits
usaxena95 accepted this revision. usaxena95 added a comment. This revision is now accepted and ready to land. Thanks. LG. Couple of comments about adding tests to clangd as well. Comment at: clang/test/Index/Core/index-dependent-source.cpp:233 +// CHECK: [[@LINE-1]]:3 | functio

[PATCH] D96262: [clang][index] report references from unreslovedLookupExpr.

2021-02-08 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: usaxena95. Herald added subscribers: kadircet, arphaman. hokein requested review of this revision. Herald added a subscriber: ilya-biryukov. Herald added a project: clang. Fix https://github.com/clangd/clangd/issues/675 Repository: rG LLVM