File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2426,7 +2426,7 @@ outgoingCalls(const CallHierarchyItem &Item, const SymbolIndex *Index) {
24262426 }
24272427 Results.push_back (
24282428 CallHierarchyOutgoingCall{std::move (*CHI), std::move (FromRanges)});
2429- }
2429+ }
24302430 });
24312431 // Sort results by name of the callee.
24322432 llvm::sort (Results, [](const CallHierarchyOutgoingCall &A,
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ TEST(CallHierarchy, MultiFileCpp) {
398398 OutgoingLevel1,
399399 // fromRanges are interpreted in the context of Items[0]'s file.
400400 // If that's the header, we can't get ranges from the implementation
401- // file!
401+ // file!
402402 ElementsAre (
403403 AllOf (to (AllOf (withName (" caller1" ), withDetail (" nsa::caller1" ))),
404404 IsDeclaration ? oFromRanges ()
You can’t perform that action at this time.
0 commit comments