Closed Bug 453357 Opened 17 years ago Closed 17 years ago

Dehydra: expose .isExtern

Categories

(Developer Infrastructure :: Source Code Analysis, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: benjamin)

References

Details

Attachments

(1 file)

To distinguish between decls and defs in dehydra, I'd like to expose .isExtern... this data is quite valuable for DXR.
Attachment #336539 - Flags: review?(tglek)
Attachment #336539 - Flags: review?(tglek) → review+
Comment on attachment 336539 [details] [diff] [review] isExtern for dehydra, rev. 1 >diff --git a/dehydra.c b/dehydra.c >--- a/dehydra.c >+++ b/dehydra.c >@@ -54,6 +54,7 @@ static const char *STD_INCLUDE = "libs"; > static const char *STD_INCLUDE = "libs"; > static const char *VERSION_STRING = "gcc_version"; > static const char *FRONTEND = "frontend"; >+static const char *IS_EXTERN = "isExtern"; I generally skip the IS_ prefix in variable names, but my constant naming scheme isn't great so it doesn't matter much.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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: