Closed
Bug 453500
Opened 16 years ago
Closed 15 years ago
Expose the short name of declarations
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
1.58 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
In order to figure out whether a derived class declaration shadows a base class, you have to compare the short name. I can do this with regular expressions, but I'd prefer if GCC just gave me the info. This exposes .shortName on declarations.
Attachment #336693 -
Flags: review?(tglek)
Assignee | ||
Updated•16 years ago
|
Comment 1•16 years ago
|
||
Comment on attachment 336693 [details] [diff] [review]
expose shortName, rev. 1
I'm against presenting the same information as two object members. I'd rather have the regexp for this in dehydra.js
/([^:]+)$/
Attachment #336693 -
Flags: review?(tglek) → review-
Updated•16 years ago
|
Attachment #336693 -
Flags: review- → review+
Comment 2•16 years ago
|
||
Comment on attachment 336693 [details] [diff] [review]
expose shortName, rev. 1
This might be needed because the function name regexps is a complicated affair
Assignee | ||
Comment 3•15 years ago
|
||
This got committed somewhere along the way.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•