Closed
Bug 449626
Opened 17 years ago
Closed 17 years ago
Make C++ frontend tree codes usable
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
618 bytes,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
with the process_cp_pre_genericize patch, treehydra can now see C++ tree codes, but doesn't reflect things like TREE_CODE_CLASS for them. This patch should do the trick, and I don't think it would break dehydra-C or anything else.
Attachment #332766 -
Flags: review?(tglek)
Comment 1•17 years ago
|
||
Comment on attachment 332766 [details] [diff] [review]
#include cp-tree.def, rev. 1
looks good
Attachment #332766 -
Flags: review?(tglek) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Pushed, revision ab9fbd74e973
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 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
•