Closed Bug 453500 Opened 16 years ago Closed 15 years ago

Expose the short name of declarations

Categories

(Developer Infrastructure :: Source Code Analysis, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: benjamin, Assigned: benjamin)

References

Details

Attachments

(1 file)

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)
Depends on: 437502
Blocks: 437502
No longer depends on: 437502
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-
Attachment #336693 - Flags: review- → review+
Comment on attachment 336693 [details] [diff] [review]
expose shortName, rev. 1

This might be needed because the function name regexps is a complicated affair
This got committed somewhere along the way.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Product: Core → Firefox Build System
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: