Closed
Bug 453357
Opened 17 years ago
Closed 17 years ago
Dehydra: expose .isExtern
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
|
3.14 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
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)
Updated•17 years ago
|
Attachment #336539 -
Flags: review?(tglek) → review+
Comment 1•17 years ago
|
||
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.
| Assignee | ||
Comment 2•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 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
•