Closed
Bug 589240
Opened 15 years ago
Closed 15 years ago
treehydra: handle virtual member function pointers
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ehren.m, Assigned: ehren.m)
References
Details
Attachments
(1 file, 1 obsolete file)
|
8.20 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
Pretty sure this is the last blocker for obtaining an accurate callgraph. Because of code like http://hg.mozilla.org/mozilla-central/file/eaa833618eaa/content/events/src/nsEventListenerManager.cpp#l154 I currently have to exclude any function with a parameter LIKE '%Event*%'. This works with 4.3 too.
Attachment #467831 -
Flags: review?(tglek)
| Assignee | ||
Comment 1•15 years ago
|
||
my bad, previous code was arch specific.
Attachment #467831 -
Attachment is obsolete: true
Attachment #467895 -
Flags: review?(tglek)
Attachment #467831 -
Flags: review?(tglek)
Comment 2•15 years ago
|
||
Comment on attachment 467895 [details] [diff] [review]
patch
Nice work
Attachment #467895 -
Flags: review?(tglek) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
http://hg.mozilla.org/rewriting-and-analysis/dehydra/rev/daf57052bcfd
http://hg.mozilla.org/rewriting-and-analysis/dehydra/rev/2b228fdb206d
Assignee: nobody → ehren.m
Status: NEW → RESOLVED
Closed: 15 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
•