|
Check consistency of manual trace and finalization dispatching.
This adds checks that overridden trace methods are always virtual and that manual implementations are always on non-virtual/polymorphic classes.
At each subclass definition of a class implementing manual trace/finalize dispatching, the plugin checks for a dispatch to the subclass if possible.
BUG= 334149
R=ager@chromium.org
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257710
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+553 lines, -42 lines) |
Patch |
 |
M |
tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
|
View
|
1
2
3
|
13 chunks |
+192 lines, -12 lines |
0 comments
|
Download
|
 |
M |
tools/clang/blink_gc_plugin/Config.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/clang/blink_gc_plugin/RecordInfo.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/clang/blink_gc_plugin/RecordInfo.cpp
|
View
|
1
2
3
|
5 chunks |
+42 lines, -4 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.h
|
View
|
1
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.cpp
|
View
|
1
2
3
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.txt
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tools/clang/blink_gc_plugin/tests/non_virtual_trace.h
|
View
|
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
tools/clang/blink_gc_plugin/tests/non_virtual_trace.cpp
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/non_virtual_trace.txt
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/trace_after_dispatch.h
|
View
|
1
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/trace_after_dispatch.cpp
|
View
|
1
2
3
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/trace_after_dispatch.txt
|
View
|
1
2
3
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.h
|
View
|
1
|
2 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.cpp
|
View
|
1
2
3
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.txt
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|