This is an archive of the discontinued LLVM Phabricator instance.

[clangd] More unittests for cross-file rename.
ClosedPublic

Authored by hokein on Dec 5 2019, 1:39 AM.

Details

Summary

The previous unittests for cross-file rename was kind of weak. With this
patch, we should have more test coverage, and it is easy to add more tests in
the future.

Diff Detail

Event Timeline

hokein created this revision.Dec 5 2019, 1:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2019, 1:39 AM

Build result: pass - 60480 tests passed, 0 failed and 726 were skipped.

Log files: console-log.txt, CMakeCache.txt

This revision is now accepted and ready to land.Dec 5 2019, 2:40 AM
This revision was automatically updated to reflect the committed changes.