Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92009
[clangd] Sort results of incomingCalls request by container name ClosedPublic Authored by nridge on Nov 24 2020, 12:18 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 24 2020, 12:25 AM This revision was landed with ongoing or failed builds.Nov 24 2020, 12:29 AM Closed by commit rG5b6f47595bab: [clangd] Sort results of incomingCalls request by container name (authored by nridge). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 307259 clang-tools-extra/clangd/XRefs.cpp
clang-tools-extra/clangd/unittests/CallHierarchyTests.cpp
|
let's also change these from EXPECT_ to ASSERT_. As we are dereferencing elements in the following calls. Same in other places too.