This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Sort results of incomingCalls request by container name
ClosedPublic

Authored by nridge on Nov 24 2020, 12:18 AM.

Diff Detail

Event Timeline

nridge created this revision.Nov 24 2020, 12:18 AM
nridge requested review of this revision.Nov 24 2020, 12:18 AM
kadircet accepted this revision.Nov 24 2020, 12:25 AM

Thanks!

clang-tools-extra/clangd/unittests/CallHierarchyTests.cpp
80–85

let's also change these from EXPECT_ to ASSERT_. As we are dereferencing elements in the following calls. Same in other places too.

93

s/ElementsAre()/IsEmpty()/

This revision is now accepted and ready to land.Nov 24 2020, 12:25 AM
nridge updated this revision to Diff 307262.Nov 24 2020, 12:28 AM

Address review comments

This revision was landed with ongoing or failed builds.Nov 24 2020, 12:29 AM
This revision was automatically updated to reflect the committed changes.