This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Support refs() in dex. Largely cloned from MemIndex.
ClosedPublic

Authored by sammccall on Oct 1 2018, 8:43 AM.

Event Timeline

sammccall created this revision.Oct 1 2018, 8:43 AM
hokein added inline comments.Oct 4 2018, 1:31 AM
clangd/index/dex/Dex.h
60–61

nit: this comment is stale too.

unittests/clangd/DexTests.cpp
630

The test seems doesn't verify any thing?

sammccall marked 2 inline comments as done.Oct 4 2018, 1:47 AM
sammccall added inline comments.
unittests/clangd/DexTests.cpp
630

Oops, thanks!

sammccall updated this revision to Diff 168242.Oct 4 2018, 2:05 AM
sammccall marked an inline comment as done.

Fix test and comment, and sync

hokein accepted this revision.Oct 4 2018, 2:13 AM

LGTM

This revision is now accepted and ready to land.Oct 4 2018, 2:13 AM
This revision was automatically updated to reflect the committed changes.