Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / clang / blink_gc_plugin / tests / polymorphic_class_with_non_virtual_trace.txt
1 In file included from polymorphic_class_with_non_virtual_trace.cpp:5:
2 ./polymorphic_class_with_non_virtual_trace.h:17:1: warning: [blink-gc] Left-most base class 'NonPolymorphicBase' of derived class 'IsNotLeftMostPolymorphic' must be polymorphic.
3 class NonPolymorphicBase {
4 ^
5 ./polymorphic_class_with_non_virtual_trace.h:45:1: warning: [blink-gc] Left-most base class 'TemplatedNonPolymorphicBase<blink::TemplatedIsNotLeftMostPolymorphic>' of derived class 'TemplatedIsNotLeftMostPolymorphic' must be polymorphic.
6 class TemplatedNonPolymorphicBase
7 ^
8 2 warnings generated.