Closed
Bug 1038523
Opened 11 years ago
Closed 11 years ago
Make ExprLiteral.NULL produce nullptr instead of 0
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
|
1.78 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
The definition of this lives in ipc/ipdl/ipdl/cxx/ast.py and I'm guessing it can just easily be changed.
| Assignee | ||
Comment 1•11 years ago
|
||
Only one little bump in the road. I should probably check it on other platforms, too.
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8455896 [details] [diff] [review]
Make IPDL generate nullptr for ExprLiteral.NULL.
L64 try run: https://tbpl.mozilla.org/?tree=Try&rev=0d1914a5da63
Attachment #8455896 -
Flags: review?(bent.mozilla)
Updated•11 years ago
|
Attachment #8455896 -
Flags: review?(bent.mozilla) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•