Closed
Bug 622138
Opened 14 years ago
Closed 14 years ago
Mark Depends on invalid unqualified lookup in templates for TypedMarker
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b10
People
(Reporter: espindola, Assigned: espindola)
References
Details
Attachments
(1 file)
(deleted),
patch
|
igor
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
js/src/jsgcinlines.h has code that depends on a lookup being done at template instantiation point. This prevents it from being parsed by clang.
Assignee | ||
Updated•14 years ago
|
Blocks: clang-macosx
Assignee | ||
Updated•14 years ago
|
Attachment #500362 -
Attachment is patch: true
Assignee | ||
Updated•14 years ago
|
Attachment #500362 -
Flags: review?(ibukanov8)
Assignee | ||
Updated•14 years ago
|
Attachment #500362 -
Flags: review?(ibukanov8) → review?(igor)
Updated•14 years ago
|
Attachment #500362 -
Flags: review?(igor) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•14 years ago
|
Attachment #500362 -
Flags: approval2.0?
Updated•14 years ago
|
Assignee: nobody → respindola
Updated•14 years ago
|
Attachment #500362 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Component: js-ctypes → JavaScript Engine
QA Contact: js-ctypes → general
Summary: Depends on invalid unqualified lookup in templates → Mark Depends on invalid unqualified lookup in templates for TypedMarker
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b10
You need to log in
before you can comment on or make changes to this bug.
Description
•