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

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

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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 class_multiple_trace_bases.cpp:5: 1 In file included from class_multiple_trace_bases.cpp:5:
2 ./class_multiple_trace_bases.h:22:1: warning: [blink-gc] Class 'Derived' require s a trace method. 2 ./class_multiple_trace_bases.h:22:1: warning: [blink-gc] Class 'Derived' require s a trace method.
3 class Derived : public Base, public Mixin { 3 class Derived : public Base, public Mixin {
4 ^ 4 ^
5 ./class_multiple_trace_bases.h:22:17: note: [blink-gc] Untraced base class 'Base ' declared here: 5 ./class_multiple_trace_bases.h:22:17: note: [blink-gc] Untraced base class 'Base ' declared here:
6 class Derived : public Base, public Mixin { 6 class Derived : public Base, public Mixin {
7 ^ 7 ^
8 ./class_multiple_trace_bases.h:22:30: note: [blink-gc] Untraced base class 'Mixi n' declared here: 8 ./class_multiple_trace_bases.h:22:30: note: [blink-gc] Untraced base class 'Mixi n' declared here:
9 class Derived : public Base, public Mixin { 9 class Derived : public Base, public Mixin {
10 ^ 10 ^
11 1 warning generated. 11 ./class_multiple_trace_bases.h:22:1: warning: [blink-gc] Class 'Derived' which i nherits from GarbageCollectedMixin must locally declare and override trace(Visit or*)
12 class Derived : public Base, public Mixin {
13 ^
14 2 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/RecordInfo.cpp ('k') | tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698