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

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

Issue 2578103003: Add use-chromium-style-naming option to Blink GC plugin. (Closed)
Patch Set: Rebase Created 3 years, 12 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
1 In file included from virtual_and_trace_after_dispatch.cpp:5: 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. 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> { 3 class A : public GarbageCollected<A> {
4 ^ 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. 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 { 6 class B : public A {
7 ^ 7 ^
8 ./virtual_and_trace_after_dispatch.h:14:5: note: [blink-gc] Manual dispatch 'tra ce' declared here: 8 ./virtual_and_trace_after_dispatch.h:14:5: note: [blink-gc] Manual dispatch 'Tra ce' declared here:
9 void trace(Visitor*); 9 void Trace(Visitor*);
10 ^ 10 ^
11 2 warnings generated. 11 2 warnings generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698