Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: tools/clang/blink_gc_plugin/tests/non_virtual_trace.txt

Issue 197863003: Check consistency of manual trace and finalization dispatching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 non_virtual_trace.cpp:13:1: warning: [blink-gc] Class 'C' overrides non-virtual trace of base class 'A'.
2 void C::trace(Visitor* visitor)
3 ^
4 ./non_virtual_trace.h:14:5: note: [blink-gc] Non-virtual trace method declared h ere:
5 void trace(Visitor*);
6 ^
7 1 warning generated.
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/non_virtual_trace.cpp ('k') | tools/clang/blink_gc_plugin/tests/trace_after_dispatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698