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

Side by Side Diff: tools/clang/blink_gc_plugin/tests/left_most_gc_base.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 left_most_gc_base.cpp:5:
2 ./left_most_gc_base.h:15:1: warning: [blink-gc] Class 'Right' must derive its GC base in the left-most position.
3 class Right : public A, public B, public GarbageCollected<Right> { }; // Error
4 ^
5 ./left_most_gc_base.h:18:1: warning: [blink-gc] Class 'DerivedRight' must derive its GC base in the left-most position.
6 class DerivedRight : public Right, public Left { }; // Error
7 ^
8 ./left_most_gc_base.h:12:1: warning: [blink-gc] Left-most base class 'A' of deri ved class 'IllFormed' must be polymorphic.
9 class A { };
10 ^
11 ./left_most_gc_base.h:26:1: warning: [blink-gc] Class 'IllFormed' must derive it s GC base in the left-most position.
12 class IllFormed : public A, public C { }; // Error
13 ^
14 4 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/left_most_gc_base.cpp ('k') | tools/clang/blink_gc_plugin/tests/member_in_offheap_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698