Open
Bug 1345888
Opened 8 years ago
Updated 1 year ago
Link to constructor when explicitly calling superclass ctor when there's a typedef/using type alias in place
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Unassigned)
References
(Depends on 1 open bug)
Details
In this example, it would be nice if one of the options when clicking on |base_type| was to go to the exact ctor that is being invoked. There's a type alias, so maybe that's the actual problem.
explicit nsTArray(const nsTArray& aOther) : base_type(aOther) {}
Comment 1•1 year ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #0)
There's a
type alias, so maybe that's the actual problem.
Yes, I think that's the problem at this point for this specific case. Bug 1732574 tracks the typedef/using alias.
Leaving this bug around to check the specific use case.
Depends on: 1732574
Summary: Link to constructor when explicitly calling superclass ctor → Link to constructor when explicitly calling superclass ctor when there's a typedef/using type alias in place
You need to log in
before you can comment on or make changes to this bug.
Description
•