Closed Bug 1799579 Opened 2 years ago Closed 1 year ago

Navigation to templated method of templated class from a call site inside that class

Categories

(Webtools :: Searchfox, defect)

defect

Tracking

(firefox114 fixed)

RESOLVED FIXED
Tracking Status
firefox114 --- fixed

People

(Reporter: botond, Assigned: botond)

References

Details

Attachments

(1 file)

Steps to reproduce

Have Searchfox index the following code:

template <typename> struct Point {};

template <typename>
struct Foo {
  template <typename F>
  void Project(Point<F>);

  void Bar() {
    Point<float> p;
    Project(p);
  }
};

Expected results

Navigation from the call to Project() goes to the definition.

Actual results

No navigation is offered at the call.

Blocks: 1781178
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fbed895aa817
Handle OverloadExpr in MozSearchIndexer. r=asuth
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: