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

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

Issue 1385193002: Bisect clang Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 246985 Created 5 years, 2 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
OLDNEW
(Empty)
1 In file included from virtual_and_trace_after_dispatch.cpp:5:
2 ./virtual_and_trace_after_dispatch.h:12:1: warning: [blink-gc] Left-most base cl ass 'A' of derived class 'B' must be polymorphic.
3 class A : public GarbageCollected<A> {
4 ^
5 ./virtual_and_trace_after_dispatch.h:23:1: warning: [blink-gc] Class 'B' contain s or inherits virtual methods but implements manual dispatching.
6 class B : public A {
7 ^
8 ./virtual_and_trace_after_dispatch.h:14:5: note: [blink-gc] Manual dispatch 'tra ce' declared here:
9 void trace(Visitor*);
10 ^
11 2 warnings generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698