Closed Bug 1835433 Opened 2 years ago Closed 2 years ago

Navigation to member of nested enum from inside template

Categories

(Webtools :: Searchfox, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1621789

People

(Reporter: botond, Assigned: botond)

Details

Steps to reproduce

Have Searchfox index the following code:

template <typename>
struct Foo {
   enum class E {
     Waldo,
   };
   
  void Bar() {
    E::Waldo;
  }
};

Expected results

Navigation from the use of Waldo goes to the definition.

Actual results

No navigation is offered at the use.

Forgot that I already filed bug 1621789 for this, I'll move the reduced testcase over there.

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1621789
Resolution: --- → DUPLICATE
No longer blocks: 1781178
You need to log in before you can comment on or make changes to this bug.