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

Side by Side Diff: tools/clang/blink_gc_plugin/tests/part_object_to_gc_derived_class.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 part_object_to_gc_derived_class.cpp:5:
2 ./part_object_to_gc_derived_class.h:14:1: warning: [blink-gc] Class 'B' contains invalid fields.
3 class B : public GarbageCollected<B> {
4 ^
5 ./part_object_to_gc_derived_class.h:18:5: note: [blink-gc] Part-object field 'm_ a' to a GC derived class declared here:
6 A m_a;
7 ^
8 1 warning generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698